Skip to main content
Glama

Get Merge Request Timeline

get_merge_request_timeline

Retrieve a complete merge request timeline with comments, commits, reviews, and dry runs, displayed as a chronological markdown with threaded replies.

Instructions

Get the full timeline of a merge request: comments, dry runs, commits, reviews.

Returns a chronological markdown timeline with day sections, threaded replies (Patronus dry run results, safe merge status), and code review discussions.

Args: project: Project key (e.g., "ij") repository: Repository name (e.g., "ultimate") review_id: Review/MR identifier

Returns: Markdown timeline grouped by day, with threaded replies indented.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
review_idYes
repositoryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the return format (chronological markdown timeline, day sections, threaded replies) but does not explicitly state that it is read-only or mention any side effects. The 'get' name implies non-mutating behavior, but the description itself does not confirm safety characteristics.

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 well-structured and appropriately sized, with a clear header, a brief return description, and an organized Args/Returns breakdown. Each section provides necessary information without unnecessary verbosity.

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 moderate complexity and the presence of an output schema, the description is fairly complete: it covers the purpose, parameters, and return value. However, it omits any mention of authentication requirements, rate limits, or possible errors, which would be helpful in the absence of annotations.

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 input schema has no parameter descriptions (0% coverage), but the description adds examples for project ('ij') and repository ('ultimate') and clarifies that review_id is a 'Review/MR identifier'. This provides meaningful context beyond the bare schema, though it could be more explicit about review_id format.

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's purpose with a specific verb ('Get') and resource ('the full timeline of a merge request'), and enumerates the contents (comments, dry runs, commits, reviews). This distinguishes it from sibling tools like get_merge_request (presumably just MR details) and get_merge_requests (list).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide guidance on when to use this tool versus alternatives. It only describes what it does with no exclusions or references to sibling tools, leaving the agent to infer usage from the name.

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/bindreams/space-mcp'

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