Skip to content

MCP Tools

ToolRequired scopePurpose
resolvemcp:resolveAnswer open-ended project routing and responsibility questions.

resolve accepts query, optional project_id, and optional mode (test or live). Use it when the user asks who should handle a task, who to contact, which participant is responsible, or who can act through a delegation.

ToolRequired scopePurpose
get_statusmcp:status:readReturn sanitized deployment and license status.

get_status returns the active edition, release channel, license state, product limits, feature availability, support tier, term end, and any current license warning. Its retained access compatibility object reports the stable allowed-deployment response used by existing clients.

Example output:

{
"access": { "allowed": true, "code": "ok", "reason": null },
"edition": "pro",
"release_channel": "production",
"license": { "code": "valid" },
"limits": {
"effective_human_cap": 100,
"effective_team_member_cap": null,
"write_brake_human_cap": 100
},
"features": { "audit_events": false, "model_runs": true, "observability": false },
"support_tier": "standard",
"term_end": "2027-06-16T00:00:00Z",
"warning": null
}
ToolRequired scopePurpose
list_projectsmcp:projects:readReturn visible non-deleted projects.
get_projectmcp:projects:readReturn one visible project.
create_projectmcp:projects:writeCreate a project and owner membership.
update_projectmcp:projects:writeUpdate project fields and access.
delete_projectmcp:projects:writeSoft-delete a project.

Project reads follow each project’s status and read_access_mode. live projects use the configured read access mode. draft, test, and archived projects are visible only to admins and project owners. Project writes still require admin access or an owner row. resolve defaults to mode: "live". status: "test" projects can be used by resolve only with explicit project_id, mode: "test", and admin or project-owner access.

ToolRequired scopePurpose
list_participantsmcp:participants:readReturn visible non-deleted participants.
get_participantmcp:participants:readReturn one visible participant.
search_directory_recordsmcp:participants:readSearch cached directory users and groups.
list_participant_membersmcp:participants:readList directory users/groups on a participant.
create_participantmcp:participants:writeCreate a participant in a manageable project.
update_participantmcp:participants:writeUpdate participant fields, labels, metadata.
add_participant_membermcp:participants:writeAdd a directory user or group to a participant.
remove_participant_membermcp:participants:writeRemove a directory user or group.
delete_participantmcp:participants:writeSoft-delete a participant.
ToolRequired scopePurpose
list_resolve_requestsmcp:resolve-requests:readReturn compact visible resolve request history.
get_resolve_requestmcp:resolve-requests:readReturn one visible resolve request with detail.
ToolRequired scopePurpose
list_labelsmcp:labels:readReturn labels and usage counts.
get_labelmcp:labels:readReturn one label.
create_labelmcp:labels:writeCreate a label.
update_labelmcp:labels:writeUpdate label name or color.
delete_labelmcp:labels:writeDelete a label when allowed.

Label read tools require an active authenticated owner identity. Label mutation tools also require admin or effective project-owner authorization. Non-admin project owners can delete only labels they created, and only when every participant or resolve-request usage is in projects they own.

ToolRequired scopePurpose
list_delegationsmcp:delegations:readReturn visible delegations.
get_delegationmcp:delegations:readReturn one visible delegation.
create_delegationmcp:delegations:writeCreate a participant delegation.
update_delegationmcp:delegations:writeUpdate a delegation.
revoke_delegationmcp:delegations:writeRevoke a delegation.

These tools expose platform administration surfaces. The scope allows the MCP tool to be called, but the authenticated identity must still be an active platform admin. Scopes do not elevate the user’s platform role.

ToolRequired scopePurpose
list_team_membersmcp:team-members:readList platform team members.
get_team_membermcp:team-members:readReturn one team member.
create_team_membermcp:team-members:writeCreate a team member.
update_team_membermcp:team-members:writeUpdate a team member.
delete_team_membermcp:team-members:writeSoft-delete a team member.
enable_team_membermcp:team-members:writeEnable a team member.
disable_team_membermcp:team-members:writeDisable a team member.
list_ai_agentsmcp:ai-agents:readList AI agent identities.
get_ai_agentmcp:ai-agents:readReturn one AI agent identity.
create_ai_agentmcp:ai-agents:writeCreate an AI agent identity.
update_ai_agentmcp:ai-agents:writeUpdate an AI agent identity.
delete_ai_agentmcp:ai-agents:writeSoft-delete an AI agent.
enable_ai_agentmcp:ai-agents:writeEnable an AI agent.
disable_ai_agentmcp:ai-agents:writeDisable an AI agent.
list_service_accountsmcp:service-accounts:readList service account identities.
get_service_accountmcp:service-accounts:readReturn one service account.
create_service_accountmcp:service-accounts:writeCreate a service account.
update_service_accountmcp:service-accounts:writeUpdate a service account.
delete_service_accountmcp:service-accounts:writeSoft-delete a service account.
enable_service_accountmcp:service-accounts:writeEnable a service account.
disable_service_accountmcp:service-accounts:writeDisable a service account.
list_api_keysmcp:api-keys:readList API keys without secrets.
get_api_keymcp:api-keys:readReturn one API key.
create_api_keymcp:api-keys:writeCreate an API key.
revoke_api_keymcp:api-keys:writeRevoke an API key.
list_provider_connectorsmcp:provider-connectors:readList provider connectors.
get_provider_connectormcp:provider-connectors:readReturn one provider connector.
create_provider_connectormcp:provider-connectors:writeCreate a provider connector.
update_provider_connectormcp:provider-connectors:writeUpdate a provider connector.
delete_provider_connectormcp:provider-connectors:writeDelete a provider connector.
get_platform_settingsmcp:platform-settings:readReturn redacted platform settings.
update_platform_settingsmcp:platform-settings:writeUpdate platform settings.
get_observability_statusmcp:observability:readReturn sanitized runtime and OTLP delivery status.

Team member password inputs use password in the MCP payload. CLI users should pass the password through --password-stdin or --password-env so it does not enter shell history. Provider connector create/update payloads use the same strict snake_case JSON shape as REST. Provider connector update preserves omitted configuration and secret-reference fields. Platform settings update requires the wrapped shape { "settings": ... } and returns redacted settings.

Audit events, model runs, and observability status are read-only, admin-only, and license-gated. If the current product license does not include the feature, the tool returns a 403-style feature-unavailable error.

ToolRequired scopePurpose
list_audit_eventsmcp:audit-events:readList audit events.
get_audit_eventmcp:audit-events:readReturn one audit event.
list_model_runsmcp:model-runs:readList model runs.
get_model_runmcp:model-runs:readReturn one model run.
get_observability_statusmcp:observability:readReturn database, worker, runtime-instance, and OTLP delivery status.

get_observability_status is available in Enterprise. Its disabled, pending, healthy, or degraded status confirms only delivery to the configured OTLP endpoint, not downstream persistence. Endpoint credentials, headers, and complete paths are never returned.

List and search tools accept a limit from 1 to 100.

list_projects accepts:

{
"query": "helios vendor",
"limit": 10
}

query searches project name and description.

search_directory_records accepts:

{
"query": "ethan wright",
"type": "user",
"limit": 10
}

type accepts all, user, or group. query searches cached directory record id, name, email, and description. This tool does not search upstream connectors live.

list_participant_members accepts:

{
"participant_id": "part_...",
"query": "ethan",
"type": "user",
"limit": 10
}

type accepts all, user, or group. The tool returns direct directory users and groups associated with the participant.

list_participants accepts optional filters:

{
"query": "finance approvers",
"limit": 10,
"project_ids": ["proj_..."],
"labels": ["Finance", "Vendor"],
"metadata": [{ "key": "approval_limit_eur", "operator": "gte", "value": 75000 }]
}

Filter groups combine with AND semantics except project_ids, which uses OR semantics. Label matching is case-insensitive by name and exact by ID. Metadata keys must be snake_case. Ordered metadata operators support numeric and date-time metadata.

list_labels accepts:

{
"query": "finance",
"limit": 20
}

query searches label name.

list_delegations accepts:

{
"status": "active",
"scope": "participant",
"project_id": "proj_...",
"participant_id": "part_...",
"delegator_user_id": "drec_...",
"delegate_user_id": "drec_...",
"limit": 25
}

status accepts active, expired, revoked, or upcoming. scope accepts all_participants or participant.

list_resolve_requests accepts:

{
"project_id": "proj_...",
"actor_id": "idn_...",
"resolution_status": "success",
"created_after": "2026-05-01T00:00:00Z",
"created_before": "2026-06-01T00:00:00Z",
"query": "Helios renewal",
"limit": 25
}

resolution_status accepts success, not_found, out_of_scope, or error. actor_id is the Roster identity id of the authenticated requester who created the Resolve request, for example the user who signed in through OAuth or the identity behind a Roster API key. It is not a directory user id; directory users use drec_... ids in membership and delegation tools. Omit actor_id unless you are filtering history to a specific requester. query searches the original Resolve request text.

Participant reads follow the same project read access rules. Participant writes still require admin access or project ownership.