Skip to main content
Glama

baron_issue_write

Update work items by creating, editing, commenting, assigning, linking, or setting iteration.

Instructions

Change a work item’s content. ops: create (title, typeRole, optional body/parentId/labels/initialRole); update (id, title and/or body — a patch, omitted fields are left alone); comment (id, body); assign (id, assignee — @me allowed); link (fromId, toId, type); set_iteration (id, iteration — @current allowed). Roles and type roles are abstract: the active policy maps them to the provider’s own states and types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
opYesWhich operation to perform.
bodyNo
toIdNo
typeNo
titleNo
fromIdNo
labelsNo
assigneeNo
parentIdNo
typeRoleNo
iterationNo
initialRoleNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently explains that 'update' is a patch operation (omitted fields left alone) and that roles and type roles are abstract (mapped by policy). However, it does not mention potential side effects like permission requirements, rate limits, or what happens on failure (e.g., partial success across multiple ops).

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 compact (about 50 words) and front-loaded with the core purpose. Each sentence earns its place, though the last sentence about roles could be slightly more concise. The structure clearly groups operations with their parameters, making it scannable.

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?

Given the tool's complexity (6 operations, 13 parameters, no output schema or annotations), the description is fairly complete for typical usage scenarios. It covers all operations and key parameter dependencies. However, it could mention return behavior (e.g., does create return the new ID?) and error handling to fully address the gap left by the missing output schema.

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 has 13 parameters but only 8% description coverage (one enum documented per schema). The description compensates significantly by explaining which parameters apply to which operation (e.g., parentId for create, assignee for assign, iteration for set_iteration) and adding semantics like '@me' and '@current' allowed values. This adds substantial meaning beyond the bare schema.

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 clearly states the tool is for changing a work item's content and enumerates six specific operations (create, update, comment, assign, link, set_iteration) with their required parameters. This distinguishes it from siblings like baron_issue_read (which likely reads rather than writes) and baron_issue_move (which probably relocates issues rather than altering content).

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 provides per-operation parameter needs (e.g., 'create' needs title, typeRole; 'update' needs id, title and/or body), which guides when to use each variant. However, it lacks explicit exclusion guidance or direct comparisons to sibling tools like baron_issue_read or baron_issue_move for scenarios where reading or moving would be more appropriate.

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/loncadev/baron'

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