MCP tools/Organisation

Organisation lifecycle

Lifecycle tools cover org / workspace / project create + update. Delete is intentionally deferred to the browser (Phase 1b) — agents can create and edit but not destroy. `createOrganisation` requires the user to be allowed to mint orgs (free-tier cap enforced server-side); `createWorkspace` and `createProject` require both the credential's `lifecycle` flag and the user's appropriate role.

Live discovery

Your agent can call searchTools with category: "organization" to fetch this list at runtime, complete with full input schemas. The page below is the human-readable mirror.

9 tools

Every tool below honours the credential’s permission scope and the user’s org role — agents see only what they’re authorised to call.

  • getOrganisation

    Read an organisation by ID (members, plan tier, settings).

  • createOrganisation

    Create a new organisation. Subject to plan-tier cap.

  • updateOrganisation

    Update organisation name, description, settings (admin).

  • getWorkspace

    Read a workspace.

  • createWorkspace

    Create a workspace under an organisation.

  • updateWorkspace

    Update workspace metadata.

  • getProject

    Read a project.

  • createProject

    Create a project under a workspace.

  • updateProject

    Update project metadata.