Skip to main content
Glama
U-C4N
by U-C4N

Commit Transaction

transaction_commit

Commit the current transaction to finalize changes. Ends the undo mark (changes become permanent but can be undone via drawing_undo) and discards the rollback snapshot.

Instructions

Commit the current transaction.

COM: Ends the undo mark (changes are permanent but still undoable via drawing_undo). ezdxf: Discards the rollback snapshot (changes are kept).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds behavioral details beyond the annotations, such as changes being permanent but still undoable via drawing_undo, and discarding the rollback snapshot in ezdxf. This provides useful insight into side effects and undo capabilities. Annotations only indicate readOnlyHint=false and destructiveHint=false, which are consistent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief and to the point, with the main purpose stated upfront. The implementation-specific notes (COM, ezdxf) add some detail without excessive length. It is well-structured for quick scanning.

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?

Given the tool's role in transaction management, the description could mention prerequisites (e.g., a transaction must be started) or return value/success indicator. It is not fully complete, especially considering the complexity of transactions, though the presence of an output schema (not shown) might compensate.

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 tool has no parameters, so the description does not need to elaborate on them. Schema coverage is 100% (empty), meeting the baseline for zero parameters. No additional param info is needed.

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 clearly states that the tool commits the current transaction, using the specific verb 'commit' and resource 'transaction'. It explains the effect on undo marks and rollback snapshots, which aids in understanding its role. However, it does not explicitly distinguish it from sibling tools like transaction_begin or transaction_rollback, reducing clarity slightly.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use or not use this tool, nor does it mention alternatives or prerequisites. It simply states what it does without contextual advice, leaving the agent to infer usage from the tool name and siblings.

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/U-C4N/Autocad-MCP'

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