Skip to main content
Glama

Agent provisioning status

cs_status

Retrieve the operational status of a Copilot Studio agent by providing its bot ID, environment ID, or workspace. Resolve deployment readiness and configuration health without manual CLI steps.

Instructions

pac copilot status for an agent id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botIdNoAgent (bot) id. Defaults to workspace sync metadata or CPS_AGENT_ID.
workspaceNoPath to (or inside) the agent workspace. Defaults to CPS_WORKSPACE or the current directory.
environmentIdNoPower Platform environment id (GUID). Defaults to workspace sync metadata or CPS_ENVIRONMENT_ID.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.5

TDQS

C2.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not state whether this is a read-only operation, whether it requires authentication, whether it hits the network, or what the output looks like. The word 'status' implies a read, but the description does not confirm side-effect-free behavior or any failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, which is concise, but it is under-specified. It front-loads the resource and operation but omits essential context. A single sentence can be effective, but this one lacks enough substance to be genuinely useful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no output schema, no annotations, and three optional parameters with defaults, the description should explain what status information is returned and how the defaults resolve. It does neither. The tool is simple, but the description is too thin for an agent to know what to expect or when to call it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all three parameters. The description adds no additional meaning beyond the schema, which is acceptable per the baseline. However, it does not clarify how the optional parameters interact (e.g., whether botId is required if workspace metadata is absent).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'pac copilot status for an agent id' identifies the resource (agent) and the operation (status), but it is terse and does not clarify what 'status' means (e.g., provisioning state, runtime health, deployment status). It is distinguishable from cs_job_status and cs_admin_environment_status only by the word 'agent', which is weak differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives like cs_job_status, cs_get_org_agent, or cs_admin_environment_status. The description does not state prerequisites, such as needing an initialized workspace or a valid agent id, nor does it mention that all parameters are optional and default to workspace metadata.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools