Skip to main content
Glama

Describe the workspace

cs_describe_workspace

Get a complete inventory of a Microsoft Copilot Studio agent workspace, covering settings, instructions, topics with trigger phrases, knowledge sources, tools, flows, variables, and connection references.

Instructions

Inventory of an agent workspace: settings, instructions, topics (with trigger phrases), knowledge sources, tools, flows, triggers, variables, connection references, sync metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceNoPath to (or inside) the agent workspace. Defaults to CPS_WORKSPACE or the current directory.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.5

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose side effects and expectations. It only says 'inventory' and lists categories; it does not state that the operation is non-mutating, what the output format is, or how failures/errors are handled. This is below the full burden placed on a description when annotations are absent.

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

Conciseness4/5

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

The description is a single sentence with no superfluous words and leads with the resource scope before listing components. The verbose list is easy to scan, and the structure works for this purpose.

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

Completeness3/5

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

For a one-optional-parameter tool with no output schema and no annotations, the description provides a clear inventory of what will be returned. It doesn't mention edge-case behavior, error handling, or output representation, but for a read-style listing tool this is a reasonable yet not fully complete picture.

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?

The input schema already fully describes the only parameter, including the default CSP_WORKSPACE/current-directory behavior, so the description doesn't need to add more. The tool description contributes an understanding of what the parameter influences but does not explain syntax or the parameter directly.

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

Purpose4/5

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

The description identifies the resource (agent workspace) and enumerates the specific components it inventories, which makes the tool's scope distinct from solution or connector describe tools. It is slightly noun-like ('Inventory of...') rather than an explicit verb, but the title and item list make the purpose clear.

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?

There is no guidance about when to use this tool versus siblings like cs_status, cs_describe_solution, or the list-* commands. No prerequisites, alternatives, or conditions are mentioned, leaving selection purely to inference.

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