Skip to main content
Glama

get_standup_data

Fetch merge-request standup data from GitLab or GitHub, including previous workday activity, open MRs/PRs by state, pending reviews, and failed pipeline error lines.

Instructions

Collect merge-request-based standup data from GitLab or GitHub. Returns the previous working day activity, open merge requests or pull requests bucketed by state (ready / blocked / draft / stale), pending reviews, and the error lines from any failed pipeline or check. Credentials come from the environment or a logged-in gh / glab session, never from an argument.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoSelf-hosted host, without a scheme, e.g. gitlab.example.com or github.example.com. GitHub defaults to github.com; GitLab has no default, so self-hosted GitLab needs this or GITLAB_HOST.
langNoLanguage for the date labels inside the returned JSON. Defaults to en. Only the labels change — the standup note itself is written by the caller.
providerNoWhich provider to read. Omit to auto-detect, in this order: a recognisable host, STANDUP_PROVIDER, a GITHUB_*/GITLAB_* environment pair, then whichever of the gh / glab CLIs is logged in.
Install Server

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It clearly states what data is returned, how activity is scoped (previous working day), how open items are bucketed, and that credentials come from the environment or logged-in gh/glab sessions rather than arguments. It does not mention failure modes or rate limits, but the key operational behavior is transparent.

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 three sentences, front-loads the core purpose and return contents, and closes with an important credential-safety note. No sentence is wasted, and the structure is easy to scan.

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 description explains both what the tool returns and where credentials come from, which is essential given no output schema and no annotations. It does not document exact output formatting or failure behavior, but the return contents are described in enough detail for an agent to know what to expect. The optional parameters are fully covered by the schema.

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%, so the schema already documents all three parameters well. The description adds useful context about credential sourcing, which relates to host and provider behavior, but it does not add significant parameter-level semantics beyond what the schema provides. Baseline 3 is appropriate.

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 states a specific verb ('Collect') and resource ('merge-request-based standup data from GitLab or GitHub'), and enumerates the exact returned content: previous working day activity, open MRs/PRs bucketed by state, pending reviews, and failed pipeline error lines. This is unambiguous and fully distinguishes the tool's purpose even without sibling tools to compare against.

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 implies the tool is for collecting standup-related data from GitLab or GitHub, but it does not explicitly state when to use it versus alternatives or when not to use it. There are no sibling tools and no direct usage conditions, so the usage context is only implied by the tool's name and return-value description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Jubstaaa/standup-mr'

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