Skip to main content
Glama
deceptikon

Vault MCP Server

by deceptikon

update_issue

Update an issue's content by unique ID, replacing existing text or appending new content.

Instructions

Update an issue's content by its unique ID.

Args:
    iss_uniq_id: 8-character unique issue ID.
    content: New content to write or append.
    append: If True, appends to end of file; otherwise replaces entirely.

Returns:
    Confirmation message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appendNo
contentYes
iss_uniq_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description takes on the full burden and does disclose key behavioral traits: the append parameter explicitly says it appends to the end of a file versus replacing entirely, and the return value is a confirmation message. It lacks detail on failure modes or permissions, but the core behavior is well covered.

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 concise and well-structured with a one-sentence summary, a bulleted Args list, and a Returns line. Every sentence provides necessary information without redundancy or fluff.

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?

The tool is simple, and the description covers the main purpose, all parameters, and return type. An output schema exists, so detailed return values are not needed. It lacks explicit edge-case handling or prerequisites, but for a straightforward update tool, the description is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description fully compensates by explaining each parameter: iss_uniq_id is an 8-character unique ID, content is the new content to write or append, and append clarifies the append-vs-replace behavior. This adds meaning well beyond the raw 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 immediately states 'Update an issue's content by its unique ID', using a specific verb and resource. It clearly differentiates from sibling tools like create_issue, read_issue, and move_issue by focusing on updating existing content via unique ID.

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 clearly implies when to use the tool (to update an issue's content), but it does not explicitly mention alternatives or exclusions. Since the purpose is unambiguous and the context is clear, it earns a 4 rather than 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/deceptikon/vault-mcp-server'

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