Skip to main content
Glama

Get My Status Tool

get-my-status-tool
Read-onlyIdempotent

Your personal cross-repo status: your open PRs and what blocks each (awaiting review, changes requested, failing checks, draft, or ready to merge), reviews you could unblock (other people's oldest PRs waiting on a reviewer, bots excluded), your merged-but-undeployed work with hours waiting, and what you shipped recently — standup prep and morning brief in one call. Lead with the headline when relaying this result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repositoryNoOptional "owner/name" slug (from `git remote get-url origin`) or bare repo name of the repository you are working in — binds the session to the owning team when you belong to several.
window_daysNoHow many days back to look for your recently merged PRs (default 2 — since the last standup). Clamped to 1-30.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamYesTeam name.
userYesThe user this status belongs to.
headlineYesOne-line personal summary to lead with when relaying this result.
my_open_prsYesYour open PRs, oldest first: repository, number, title, url, blocker (awaiting_review, changes_requested, failing_checks, draft, or ready_to_merge), days_open.
window_daysYesRecently-merged lookback window in days.
my_undeployedYesYour merged PRs not yet shipped to production, longest-waiting first: repository, number, title, merged_at, hours_waiting.
recently_mergedYesYour PRs merged within the window, newest first: repository, number, title, merged_at — the "what did I do" standup line.
reviews_to_giveYesOther people's open PRs waiting on a reviewer, oldest first (capped at 5, bots excluded): repository, number, title, url, author, days_open — the queue you can unblock.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations cover readOnly and idempotent, so safety is already handled, but the description adds real behavioral detail beyond them: bots are excluded from the reviewer queue, recent merges default to a 2-day window, and the result should be relayed starting from the `headline` field. That is useful, non-obvious context for interpreting and presenting the output.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core noun phrase is front-loaded and the long parenthetical enumerates exactly what counts as each blocker state, which is high-value rather than filler. The final directive sentence is terse and actionable. It is dense but nearly every clause earns its place.

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?

An output schema exists, so return shape need not be re-explained, and annotations cover the safety profile. The description still supplies the section breakdown and the 'lead with headline' presentation rule, leaving nothing an agent needs in order to call and relay this tool 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?

Schema description coverage is 100%, so both parameters are fully documented in structured data, including the 1-30 clamp and the default. The description does not add any parameter-level meaning (no mention of repository binding or window sizing), so this sits at the baseline 3.

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?

States a specific resource and scope ('Your personal cross-repo status') and then enumerates the exact sections returned: your open PRs and blockers, reviews you could unblock, merged-but-undeployed work, and recent ships. It is clearly distinguishable from siblings like get-open-pull-requests-tool or get-merged-pull-requests-tool because it is the aggregated personal composite rather than a single-list query.

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?

Gives an explicit use context — 'standup prep and morning brief in one call' — which tells the agent when this tool is the right pick over narrower siblings. It stops short of naming alternatives or stating when not to use it, so 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources