| self_whoami | Itself | Return this agent's name, runtime, model, template and current state. | No | No |
| self_environment | Itself | Return the environment it runs on: size, region, status and the peers on it. | No | No |
| self_config | Itself | Return its configuration: tasks, MCP servers, gateways and the names of injected secrets. | No | No |
| self_logs | Itself | Read a slice of its own recent runtime log output. | No | No |
| self_telemetry | Itself | Read its own recent activity and resource telemetry. | No | No |
| self_report_status | Itself | Post a short status line, and optional progress, that the console shows. | Yes | No |
| list_teammates | Teammates | List the other agents on this environment that can be messaged. | No | No |
| send_to_teammate | Teammates | Send a message to another agent on the same environment. | Yes | No |
| fleet_list_environments | Fleet | List the account's environments with size, region and status. | No | No |
| fleet_get_environment | Fleet | Read one environment in detail, including the agents on it. | No | No |
| fleet_list_agents | Fleet | List the account's agents across every environment. | No | No |
| fleet_get_agent | Fleet | Read one agent in detail: runtime, model, template, state and configuration. | No | No |
| fleet_list_jobs | Fleet | List recent control plane jobs and their status. | No | No |
| fleet_get_job | Fleet | Read one job in detail, including its events and any failure reason. | No | No |
| fleet_list_secret_names | Fleet | List the names of the account's vault secrets. Values are never returned. | No | No |
| fleet_list_templates | Fleet | List the account's agent templates. | No | No |
| fleet_get_template | Fleet | Read one agent template in detail. | No | No |
| fleet_create_environment | Fleet | Provision a new environment on the account's plan. | Yes | No |
| fleet_create_agent | Fleet | Deploy a new agent from a template onto an environment. | Yes | No |
| fleet_configure_agent | Fleet | Change another agent's configuration, such as its model or scheduled tasks. | Yes | No |
| fleet_message_agent | Fleet | Send a message to any agent on the account, not just peers on this environment. | Yes | No |
| fleet_cancel_job | Fleet | Cancel a queued or running control plane job. | Yes | No |
| fleet_destroy_environment | Fleet | Tear down an environment and everything on it. | Yes | Yes |
| fleet_destroy_agent | Fleet | Remove an agent from its environment. | Yes | Yes |
| fleet_resize_environment | Fleet | Move an environment to a different size, which reboots it. | Yes | Yes |
| fleet_reprovision_agent | Fleet | Rebuild an agent from its template on the same environment. | Yes | Yes |
| fleet_move_agent | Fleet | Move an agent to a different environment. | Yes | Yes |
| account_usage | Account | Read the account's usage for the current period. | No | No |
| account_spending | Account | Read the account's recorded spending for the current period. | No | No |
| account_entitlements | Account | Read what the plan allows, such as environment and agent limits. | No | No |