Skip to main content
Glama

Get build run status

repovive_build_run_status
Read-only

Check a draft build run's status using its session ID to view progress, per-stage results, and errors.

Instructions

Check the status of a draft's build run started by repovive_build_prepare_judge_target: progress, per-stage results and any errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesBuild session id

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.3/5.0
Behavior4/5

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

With readOnlyHint=true and openWorldHint=true, the annotations already signal a safe read operation. The description adds behavioral context by indicating the response includes progress, per-stage results, and errors, which goes beyond the annotation alone. It does not deeply discuss lifecycle or polling details, but that is not a major gap for a simple status check.

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 a single, well-structured sentence that front-loads the main action and includes only relevant details. There is no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has one required parameter, an output schema is present, and annotations cover the read-only nature. The description explains what the tool does and references the preceding operation, making it complete for an agent to invoke correctly.

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?

The schema fully documents the single `session_id` parameter with a description ('Build session id'), so schema coverage is 100%. The tool description adds no additional semantic detail about the parameter, but none is needed given the schema already covers it.

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 action ('Check the status of a draft's build run') and identifies the specific resource ('started by repovive_build_prepare_judge_target'). It also lists the kind of information returned (progress, per-stage results, errors), which distinguishes it from sibling tools like repovive_build_cancel_run.

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 clear usage context by stating the tool is for checking a build run started by repovive_build_prepare_judge_target. It does not explicitly enumerate alternatives or when-not-to-use scenarios, but the context is specific enough for an agent to infer the intended workflow.

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