Skip to main content
The Navis Ops MCP server exposes 52 tools across 12 domains. Read tools are available to any authenticated token. Write tools — those that create, update, or delete data — require the mcp:write scope. If your client calls a write tool with a read-only token, the server returns 403 Forbidden. There is no per-tool access control. mcp:write grants every write tool across all domains. You cannot grant “create tasks but not delete projects” — the only knob is read versus read + write.

Scope key

  • Read — requires mcp:read (or mcp:write)
  • Write — requires mcp:write

Full-text search across your entire workspace. One tool that covers all content types.

Workspace meta

Tools for reading workspace-level information about your account and data.

Projects

Full CRUD for projects plus status, pinning, and listing operations.

Tasks

Create, read, update, delete, and move tasks. Includes subtask management.

Notes

Create, read, update, and delete notes. Includes full folder management.

Calendar

Manage calendar events with full CRUD.

Time tracking

Read and log time entries.

Goals

Create, track, and archive goals.

Roadmap

Create and manage roadmap items.

Notifications

Read and manage in-app notifications.

Analytics

Read aggregated analytics and insights about your workspace.

Workflows

List, inspect, and trigger manual workflows.
execute_workflow can only trigger workflows with a Manual trigger node. Scheduled and entity-triggered workflows cannot be started on demand via this tool.