Skip to main content
Glama

DeltaSignal ATLAS-7

StrategiX deterministic diagram render

strategix_diagram_render
Read-onlyIdempotent

Render a validated StrategiX visual-spec contract into deterministic Go-native SVG with fit report, hashes, compact search metadata, and human-readable receipt fields. This MVP does not use external D2/Graphviz yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contractYesMinimum viable StrategiX visual-spec contract. This is the source of truth; D2, Mermaid, Graphviz DOT, SVG, and draw.io XML are input or intermediate formats only.
project_idNoOptional project namespace for compact search metadata.
source_digestNoOptional source digest ids or short source notes.
payment_referenceNoOptional x402 payment reference supplied by the caller or payment middleware.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description adds useful behavioral context by mentioning 'deterministic' and itemizing the output components (fit report, hashes, search metadata, receipt fields). It also mentions the MVP constraint about not using D2/Graphviz. No contradictions with annotations.

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 two sentences, front-loaded with the primary action and output, followed by a brief MVP caveat. No wasted words, and information density is high.

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?

Given that there is an output schema, the description need not explain return values. It covers the tool's purpose, output artifacts, and a key limitation. It implies a prerequisite (validated contract) and references a deterministic behavior. Missing explicit error/edge-case information but that is not essential here. Complete enough for a rendering tool with rich schema and annotations.

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 100%, so the schema already thoroughly documents all four parameters, including the nested 'contract' object. The description adds minimal parameter-specific meaning, only referencing the 'contract' as 'validated' which is already evident from the schema's description. With full schema coverage, baseline 3 is appropriate.

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 uses a specific verb ('Render') with a clear resource ('a validated StrategiX visual-spec contract') and specifies the output ('deterministic Go-native SVG with fit report, hashes, compact search metadata, and human-readable receipt fields'). This clearly distinguishes it from sibling tools like validate or search.

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 states 'Render a validated StrategiX visual-spec contract', implying the contract should be validated first, which hints at using strategix_diagram_validate before rendering. It also notes 'This MVP does not use external D2/Graphviz yet', clarifying a limitation. However, it does not explicitly name alternative tools or state when not to use this tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources