Skip to main content
Glama
hashbolic

FreeCAD MCP for Codex

by hashbolic

get_operation_status

Check whether a timed-out FreeCAD operation has completed by polling its status until a definitive result is available.

Instructions

Poll a timed-out FreeCAD operation until it is definitively complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does communicate that the tool is non-destructive and designed for polling until completion, which is useful. However, it does not explain whether calls block, how status is reported, what happens on failure, or how 'definitively complete' is determined.

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, front-loaded sentence with no filler. Every word contributes to clarifying the tool's purpose and the key scenario ('timed-out operation'), making it highly efficient.

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-parameter polling tool with an output schema, the description is close to sufficient, and return-value details are already covered by the output schema. However, it omits crucial lifecycle context: how the agent obtains an operation_id, whether polling is one-shot or repeated, and what to do if the operation never completes.

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

Parameters2/5

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

The schema lists only operation_id with no description, and schema coverage is 0%. The tool description does not explain where operation_id comes from or how it relates to the timed-out operation. This leaves the agent to infer the parameter's meaning solely from its name.

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

Purpose5/5

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

The description states a specific verb, resource, and outcome: poll a timed-out FreeCAD operation until it is definitively complete. This clearly distinguishes it from all sibling tools, none of which are operation-status related, and leaves no ambiguity about the tool's function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the correct usage context: after a FreeCAD operation has timed out, call this tool to poll for completion. It does not provide explicit when-not-to-use guidance, but the clear scenario of 'timed-out operation' and the lack of similar sibling tools make the intended context reasonably obvious.

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/hashbolic/Codex-FreeCAD-MCP'

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