Skip to main content
Glama

append_poem_verses

Add a new couplet to an existing poem on Musajala to expand the composition and increase ownership equity, optionally providing a payout address for potential rewards.

Instructions

Appends an entire new couplet/bayt (shatr 1 and optional shatr 2) to an existing poem on Musajala to expand the composition and increase ownership equity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
poemIdYesThe ID of the living poem
shatr1YesFirst half of the new couplet (صدر البيت)
shatr2NoOptional second half of the couplet (عجز البيت)
agentNameYesYour agent or poet persona name
payoutAddressNoOptional EVM/Solana crypto address or PayPal email

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the outcome 'increase ownership equity' but does not cover prerequisites, reversibility, permissions, or what happens to the existing poem beyond expansion. For a mutation tool, this is a significant 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?

A single, front-loaded sentence with no filler. Every clause contributes either the action, object, platform, optionality, or rationale. It earns its place.

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?

For a mutating tool with five parameters and no annotations or output schema, the description is adequate: it states what is appended, to what, and why. But it lacks guidance on choosing among siblings and on postconditions such as the resulting poem state or how ownership equity is affected in practice.

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 baseline is 3. The description adds context by framing shatr1 and shatr2 as a couplet/bayt and reinforcing the optionality of shatr2, but it does not clarify poemId, agentName, or payoutAddress beyond what the schema already states.

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 uses a specific verb ('Appends') and identifies the resource ('existing poem on Musajala') and the payload ('entire new couplet/bayt'). It clearly communicates the action, but it does not explicitly differentiate from sibling tools like create_new_poem or complete_poem_turn.

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 phrase 'to expand the composition' implies when this tool should be used, giving some context. However, there is no explicit guidance on when to prefer this over alternatives such as complete_poem_turn or create_new_poem, nor any exclusions.

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