Skip to main content
Glama

validate_project

Run static and contract validation on your project before execution. Optionally validate inline or file-based ExperimentPlan and ExperimentPlanSet.

Instructions

Run static and contract validation before execution. Optional inline ExperimentPlan / ExperimentPlanSet validation. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo.
planNoInline ExperimentPlan dict (optional)
plansetNoInline ExperimentPlanSet dict
plan_fileNoPath to ExperimentPlan JSON file
strictnessNoValidation strictness 0..4 (default: cq.yaml configs.strictness or 2)
planset_fileNoPath to ExperimentPlanSet JSON file
Behavior3/5

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

No annotations provided, so description must carry burden. It states 'Read-only', which is good for a validation tool, but does not describe return format, error behavior, or effects on the project state. Moderate transparency.

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

Conciseness5/5

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

Two sentences, front-loaded with action and resource. Every sentence adds value with no redundancy. Highly concise.

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?

Complex tool with 6 params and no output schema, yet the description lacks details on return values, error handling, or comparison with sibling 'validate_run'. Incomplete for effective agent invocation.

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 83%, so baseline is 3. The description adds context that inline plans are optional and that validation can be applied to ExperimentPlan/ExperimentPlanSet, but does not add significant new meaning beyond what schema already provides.

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?

Clearly states it runs 'static and contract validation before execution' with optional inline plans. The verb 'validate' and resource 'project' are clear, and 'Read-only' clarifies it's non-mutating. However, it does not explicitly distinguish from sibling 'validate_run' beyond naming.

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?

Only implies usage 'before execution' but provides no explicit guidance on when to use this tool versus alternatives like 'inspect_project' or 'validate_run'. No exclusions or context for selection among siblings.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/playidea-lab/pcq'

If you have feedback or need assistance with the MCP directory API, please join our Discord server