List projects
list_projectsList the projects in the workspace with their status and health.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeArchived | No | Include archived projects. |
list_projectsList the projects in the workspace with their status and health.
| Name | Required | Description | Default |
|---|---|---|---|
| includeArchived | No | Include archived projects. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is fully covered. The description adds behavioral context by indicating the returned information includes status and health, and implies project scoping to the workspace.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence communicates the action, scope, and returned information with no redundant words. Every element earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple, read-only, single-parameter list operation, the description is fully sufficient. Annotations cover the safety characteristics, the schema covers the parameter, and the description states the scope and the key output fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with the single includeArchived parameter fully documented in the schema. The tool description does not add parameter-specific meaning beyond the schema, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses a specific verb ('List') with a clear resource ('projects') and scope ('in the workspace'), and adds the useful return dimension ('with their status and health'). It is clearly distinguishable from sibling tools like archive_project, update_project, and list_project_milestones.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly states the context: listing projects within the workspace informs the agent when to use this tool. It does not explicitly name alternatives or exclusions, but the need is straightforward and no sibling does the same job.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.