Skip to main content
Glama

untrack

Destructive

Stop monitoring a specific pull request by providing its URL, removing it from your tracked list.

Instructions

Stop tracking a pull request. Removes the PR from your monitored list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prUrlYesFull GitHub PR URL to untrack (e.g. https://github.com/owner/repo/pull/123)

Implementation Reference

  • Comment explaining that the `untrack` tool was removed in v4 (#1133). Users should use `shelve`/`unshelve` instead.
    // The v1→v2 `untrack` and `read` stubs were removed in v4 (#1133). Use
    // `shelve`/`unshelve` to hide PRs from the daily digest. MCP clients that
    // hard-coded these tool names will get a "tool not found" error.
  • Comment in track.ts noting that `runUntrack` stub was removed in v4 (#1133). Users should use `shelve`/`unshelve`.
    * The `runUntrack` v1→v2 stub was removed in v4 (#1133). Use `shelve`/
    * `unshelve` to hide a PR from the daily digest.
Behavior3/5

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

Annotations already indicate destructiveHint=true, so the description need not restate that. However, it adds minimal additional behavioral context, such as irreversibility or side effects. The description is adequate but not enriched.

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, concise sentence with no unnecessary words. It is front-loaded with the verb action and directly communicates the tool's purpose.

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?

For a simple tool with one required parameter and no output schema, the description provides all necessary information to understand its function and input requirements. No gaps are apparent.

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 a clear example for prUrl. The description does not add further semantic detail beyond the schema, so a baseline score of 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 clearly states the action ('stop tracking') and the resource ('pull request'), and specifies the outcome ('removes from your monitored list'). This directly differentiates from the sibling tool 'track'.

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 usage when you want to cease monitoring a PR, but provides no explicit guidance on when to use versus alternatives, nor any prerequisites or caveats. With sibling 'track' existing, the purpose is clear but not fully contextualized.

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/costajohnt/oss-autopilot'

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