Invokes one MCP tool available to the authenticated agent. The
mcp:read scope is always required. Mutating tools additionally require
mcp:write; a token without it receives 403. Tool-level resolution failures
are returned as a successful tool response with isError: true. Arguments
must satisfy the selected tool's inputSchema; undeclared fields are rejected.
Team-scoped tools take a team_id argument naming which of the account's Sunburst
teams the call acts on. It may be omitted when the account has exactly one; with more
than one it is required, and omitting it returns isError: true listing the choices
rather than acting on a guessed team. get_session_context lists them.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Missing/malformed JSON, non-object values, or arguments that violate the tool input schema.
401Missing, invalid, expired, inactive, or non-Bearer credentials.
403Missing mcp:read, a mutating tool called without mcp:write, or no team on this account is entitled to this surface.
404Unknown tool, wrong-audience tool, or tool hidden by current access.
500Unexpected tool infrastructure failure with internal details redacted.
