Skip to main content
Glama

design_system_status

Check local design, FreeCAD, knowledge, and provider readiness to confirm the environment is ready for CAD modeling tasks.

Instructions

Inspect local design, FreeCAD, knowledge, and provider readiness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.11.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It implies a read-only inspection via 'inspect', but it does not state whether external calls are made (e.g., for provider readiness), what local data is accessed, whether any side effects occur, or what permissions are required. This is minimal behavioral disclosure.

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?

The description is a single sentence of nine words, front-loading the verb and the key domains with no filler. It is maximally concise while still conveying the 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 zero-parameter tool with an output schema, the description is largely sufficient, but it does not address the relationship to the similarly named 'design_status' or clarify whether the readiness check is purely local or involves external services. This leaves some ambiguity for an agent deciding between sibling tools.

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

Parameters4/5

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

The tool has zero parameters, and the description correctly avoids inventing any. Per the rubric, a schema with no parameters earns a baseline of 4, and the empty input schema already covers this fully.

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 uses the specific verb 'inspect' and names the resource domains ('local design, FreeCAD, knowledge, and provider readiness'), clearly conveying a status/health-check purpose. It does not explicitly distinguish itself from the sibling 'design_status', so it stops short of full 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 provided on when to use this tool versus alternatives like 'design_status' or 'standard_part_sources_status'. The intended invocation context is only implied by the name and domain list, with no explicit conditions, exclusions, or routing.

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