Skip to main content
Glama
soobrosa

poietic-mcp

by soobrosa

Undo Poietic edit

poietic_undo

Revert the most recent edit transaction on a design, reversing one tool call. Undo multiple attribute changes by calling repeatedly.

Instructions

Undo the last edit transaction on the design. Note: each edit tool call is one transaction, so one undo reverses one tool call (poietic_set_attributes with N attributes created N entries).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
designNoPath to the design file. Defaults to the current design (poietic_use_design) or POIETIC_DESIGN.
Behavior4/5

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

There are no annotations, so the description carries the behavioral burden. It discloses the transaction model and the caveat about poietic_set_attributes with N attributes, which is valuable beyond what the schema or name provides. It could additionally state what happens when there is no edit to undo, but the core behavioral nuance is present.

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 only two sentences, front-loads the primary action, and adds a concise clarifying note. Every sentence contributes useful information without unnecessary verbiage.

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 tool with one optional parameter and no output schema, the description is adequately complete: it explains the action, the transaction unit, and the relevant edge case. It could mention no-op behavior if no prior edit exists, but this is not a critical gap for selecting and invoking the tool.

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?

The single optional parameter 'design' is already fully described in the schema, and the description adds no extra parameter-level detail. With 100% schema description coverage, a baseline of 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 states a specific action ('Undo the last edit transaction') and a clear resource ('the design'). It also clarifies undo granularity, distinguishing it from the other edit tools and from redo.

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 gives clear context on when to use the tool: after an edit, with the note that one undo corresponds to one edit tool call. It does not explicitly mention when not to use it or name poietic_redo as the inverse alternative, so it falls short of a 5.

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