Skip to main content
Glama
soobrosa

poietic-mcp

by soobrosa

Set Poietic attributes

poietic_set_attributes

Update node or edge attributes in Poetic designs by ID or name, applying all changes atomically in one transaction.

Instructions

Set one or more attributes on an object (node or edge), referenced by ID (preferred) or unique name. On poietic-tool v0.8+ all attributes are applied in a single transaction (one undo history entry). On older builds each attribute is a separate CLI transaction (N entries); the response states which mode was used. To set an edge attribute, use the edge's numeric ID (edges have no names).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesObject reference: numeric ID (preferred) or unique name.
designNoPath to the design file. Defaults to the current design (poietic_use_design) or POIETIC_DESIGN.
attributesYesAttributes to set, e.g. {"formula": "account * rate"} or {"position": [120, 40]}.
Behavior4/5

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

With no annotations, the description carries the behavioral burden: it discloses version-dependent transaction behavior (single undo history entry on v0.8+ vs N entries on older builds) and states that the response indicates which mode was used. It does not cover overwrite/merge semantics or error behavior, but the disclosed transaction behavior is material and useful.

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 four sentences, each carrying distinct information: the main operation, reference rules, version-dependent transaction behavior, and the edge caveat. There is no filler or redundant restatement, and the core purpose is front-loaded.

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 three-parameter mutation tool with no annotations and no output schema, the description covers the reference rules, transaction versions, edge-specific constraints, and even notes the response mode. Return-value structure is not fully described, but the schema handles parameter context and the response-mode note partially covers what to expect.

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 schema already documents all three parameters with 100% coverage, so the baseline is 3. The description adds meaningful extra nuance beyond the schema, particularly the edge-specific rule that edges have no names and must be referenced by numeric ID.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific action ('Set one or more attributes') and clearly scopes it to a node or edge, referenced by ID or unique name. It does not explicitly name sibling alternatives, but the verb+resource combination is clear enough to distinguish it from the other poietic_* tools.

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 operational context: attributes can be set on nodes or edges, IDs are preferred, unique names are accepted, and edges must use numeric IDs because they have no names. It does not discuss when to use this tool over specific sibling tools, but the guidance is sufficient for ordinary calls.

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