Validate Project Adapter
validate_project_adapterVerify a project adapter file for correctness and compliance with governance policies.
Instructions
Validate a project adapter file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
validate_project_adapterVerify a project adapter file for correctness and compliance with governance policies.
Validate a project adapter file.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds no behavioral context. It does not explain what validation entails (e.g., checks performed, error reporting), which is critical for a validation tool.
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?
While the description is concise at one sentence, it is under-specified. Important details are omitted, making it insufficient for effective tool selection and use. Brevity should not come at the cost of completeness.
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 tool with one parameter, no output schema, and sibling tools, the description is severely incomplete. It does not explain what a project adapter is, what 'validate' means, or what the output (success/failure, errors) looks like. The agent cannot use this tool reliably.
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?
The description provides no information about the 'path' parameter. With 0% schema description coverage, the agent has no clue what path refers to (file path, directory, format?). The parameter's type and requirement are given, but semantics are missing.
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?
The description clearly states the action (validate) and resource (project adapter file), but it lacks specificity to differentiate from siblings like 'evaluate_control_candidate' or 'inspect_project'. The term 'project adapter file' is not defined, making it vague.
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?
No guidance is provided on when to use this tool versus alternatives. The description does not mention context, prerequisites, or limitations, leaving the agent without direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ValentinoWang/Control-PromotionMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server