Skip to main content
Glama
soobrosa

poietic-mcp

by soobrosa

Write Graphviz DOT

poietic_write_dot

Write a design graph to a Graphviz DOT file, with optional node labels. Omit the output path to return the DOT source directly.

Instructions

Write the design graph as a Graphviz DOT file (no pictogram dependency). Omit outputPath to receive the DOT source in the response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
designNoPath to the design file. Defaults to the current design (poietic_use_design) or POIETIC_DESIGN.
labelsNoAttribute names to use as node labels (e.g. ["name"]).
outputPathNoDOT output path (inside the workspace). Omit to get the DOT source as text.
Behavior2/5

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

With no annotations, the description carries the full behavioral disclosure burden. It mentions the source-vs-file output mode, but does not disclose whether an existing output file is overwritten, what the response looks like when outputPath is provided, or any side effects of writing the file. For a write operation this is a notable gap.

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 compact and front-loaded: it states the core purpose first, then the key behavioral variation. Every sentence earns its place with no filler or redundancy.

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 tool is relatively simple and the schema covers all parameters, but with no annotations and no output schema, the description should clarify expected behavior more fully, especially the write path and any return value. It is minimally viable but not complete.

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 parameters are already well documented. The description adds no additional parameter-level meaning beyond the schema, so the baseline of 3 applies.

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 ('Write'), a clear resource ('the design graph'), and a concrete format ('Graphviz DOT file'). It also distinguishes itself by noting 'no pictogram dependency', which separates it from export-style siblings like poietic_export_svg.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when DOT output is desired without pictogram dependencies) and explains the outputPath omission behavior, but it never explicitly names alternatives or states when not to use it. Guidance is present but left largely to inference.

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/soobrosa/poietic-mcp'

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