Skip to main content
Glama
agadraphy

CadPlot MCP

by agadraphy

Validate CadPlot environment

validate_environment
Read-onlyIdempotent

Verify configuration, root access, and read-only AutoCAD COM connectivity to ensure the environment is ready for plotting tasks.

Instructions

Validate configuration, allowed roots, and the read-only AutoCAD COM connection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
readyYes
configYes
errorsYes
pluginYes
autocadYes
workspaceYes
allowed_rootsYes
paper_profilesNo
schema_versionYes
template_rootsYes
workspace_rootYes
template_assetsYes
allowed_root_statusYes
template_root_statusYes
inspection_timeout_secondsNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds value by specifying the exact items being validated (configuration, allowed roots, connection), and it reinforces the read-only nature of the COM connection. It does not contradict annotations and contributes useful context beyond the structured hints.

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, highly concise and front-loaded. It communicates the core purpose without any superfluous words, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple validation tool with no parameters and an output schema (indicated by context signals), the description is largely sufficient. However, it could be slightly more complete by noting its role in the pre-publish workflow or differentiating when to use it over get_autocad_plugin_status. Still, the essentials are covered.

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 takes zero parameters, so the baseline is 4. The description does not need to explain parameter semantics, and the input schema is empty. This score reflects that the no-parameter scenario is well handled without any additional burden on the description.

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 clearly states the tool's function with a specific verb ('validate') and identifies three concrete targets: configuration, allowed roots, and the read-only AutoCAD COM connection. This distinguishes it from sibling tools like inspect_drawing or get_autocad_plugin_status by focusing on environment-level validation rather than drawing inspection or plugin status.

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. The description explains what it validates but not when it should be invoked (e.g., before publishing, as a pre-flight check, or how it relates to get_autocad_plugin_status). This leaves the agent without explicit decision criteria.

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/agadraphy/cadplot-mcp'

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