Skip to main content
Glama

Update problem statement

repovive_build_update_statement
Idempotent

Update a draft problem statement's title, description, input/output formats, constraints, interaction protocol, and tags. Pass only the fields you want to change.

Instructions

Write the statement of a draft: title, description body, input/output formats, constraints, interaction protocol and tags (markdown with LaTeX). Only the arguments you pass are changed. Avoid an inline math span followed directly by a period — Repovive rejects $10^5$.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTopic tags
titleNoStatement title
session_idYesBuild session id
constraintsNoConstraints section
descriptionNoThe problem statement body (markdown/LaTeX)
input_formatNoInput format section
output_formatNoOutput format section
interaction_formatNoInteraction protocol (interactive problems)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already convey readOnlyHint=false, destructiveHint=false, idempotentHint=true, so the description doesn't need to repeat those. It adds valuable behavioral detail: the partial-update semantics ('Only the arguments you pass are changed') and the validation quirk about inline math followed by a period. This goes beyond what annotations and schema provide.

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 two sentences with no filler. It front-loads the tool's purpose and the key behavior (partial updates), then adds a specific formatting rule. Every clause earns its place.

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 an output schema exists (the return value is presumably documented there), the description does not need to explain output. It covers the core function, the partial-update behavior, and a critical formatting restriction. It doesn't mention that a session must already exist, but that is implied by the required session_id parameter and the 'draft' phrasing. The tool is sufficiently complete for correct invocation.

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%, with each parameter (tags, title, constraints, description, etc.) having a short description. The tool description adds only a generic 'markdown with LaTeX' note, which partially overlaps with the schema's description field. There is no elaboration on syntax or constraints beyond what the schema already documents, so it meets the baseline but does not add significant extra semantic value.

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 writes the statement of a draft, naming all the components (title, description, input/output formats, constraints, interaction protocol, tags) and the format (markdown/LaTeX). This distinguishes it from sibling tools that update other aspects of a problem (like sources or testcases), even though it doesn't explicitly name an alternative.

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 description gives partial usage guidance: 'Only the arguments you pass are changed' implies partial updates, and the warning about LaTeX formatting is a practical constraint. However, it does not explicitly say when to use this tool versus other update tools (e.g., repovive_build_update_problem_info) or mention any exclusions or prerequisites beyond requiring a session_id.

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/dwin-gharibi/repovive-mcp'

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