Skip to main content
Glama
fireostendere

DipTrace MCP

create_document_from_seed

Create a DipTrace document from a valid XML seed, preserving unknown XML and validating against a provenance sidecar; optionally overwrite with SHA verification.

Instructions

Copy a valid DipTrace-shaped XML seed while preserving unknown XML.

Validation is derived only from a verified provenance sidecar; without one, the copy is synthetic_parser_only. Prefer a real export seed when DipTrace compatibility matters. Replacing an existing target requires its current SHA.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
overwriteNo
seed_pathYes
target_pathYes
expected_sha256No
expected_seed_sha256No

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses key behaviors: preserving unknown XML, deriving validation from a verified provenance sidecar, falling back to 'synthetic_parser_only' without one, and requiring the target's current SHA to overwrite. This goes beyond the name and input schema, though it omits details about reversibility or permissions.

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 three sentences that front-load the purpose in the first sentence, then add essential caveats about validation, seed preference, and overwrite requirements. Every sentence earns its place, with no wasted words.

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?

The description covers the core purpose and important caveats (unknown XML preservation, validation dependency, overwrite SHA requirement), which is good for a tool with this complexity. However, it leaves the mapping of concepts like 'provenance sidecar' and 'current SHA' to specific parameters unclear, and the absence of explicit when-to-use guidance relative to sibling creation tools is a gap. The output schema presumably covers return values, so that is not a deficiency.

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?

Schema description coverage is 0%, so the description must compensate. It references a 'provenance sidecar' and 'current SHA' without mapping them to expected_seed_sha256 and expected_sha256. It also does not explicitly explain seed_path or target_path. The description's jargon adds ambiguity rather than clarifying the five parameters.

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 opens with a specific verb+resource: 'Copy a valid DipTrace-shaped XML seed while preserving unknown XML.' This clearly states the tool's function and distinguishes it from sibling creation tools like create_schematic_document or create_pcb_document, which likely create new documents rather than copy a seed.

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 provides a clear preference: 'Prefer a real export seed when DipTrace compatibility matters,' which guides when to use this tool vs synthetic alternatives. It also warns that replacing an existing target requires its current SHA, giving a precondition. It does not name specific sibling alternatives, but the context is clear enough.

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/fireostendere/mcp_diptrace'

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