Skip to main content
Glama

remove_tracked_file

Stop tracking a file so Metis no longer watches it for changes. Removes a file from the tracked list without affecting the file itself.

Instructions

Stop tracking a file so Metis no longer watches it for changes.

Removes a single file from the tracked-files list (the files the dashboard
Planning tab scans for activity). Use this when a file is no longer relevant
or was added by mistake. The file on disk is never touched — only its
tracking record is deleted. The inverse of add_tracked_file.

Args:
    path: Absolute path of the file to stop tracking. Must match the path
        exactly as it was registered.

Returns:
    A confirmation that tracking stopped, or a note if the path was not in
    the tracking list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses that 'the file on disk is never touched — only its tracking record is deleted,' which is critical for understanding side effects. It also notes the return behavior (confirmation or note if path not found). With no annotations, this adequately covers behavioral traits.

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 concise, using two paragraphs plus structured Args and Returns sections. Every sentence adds value, and the structure is clear.

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 parameter and an output schema, the description covers the purpose, usage, behavioral effect, parameter details, and return values comprehensively. It addresses all necessary aspects.

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 provides only the name and type for the path parameter. The description adds meaning by specifying it must be an 'Absolute path' and must 'match the path exactly as it was registered,' which is valuable beyond the schema.

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 action: 'Stop tracking a file so Metis no longer watches it for changes.' It specifies that it removes a single file from the tracked-files list and mentions the inverse operation, add_tracked_file, distinguishing it from siblings.

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 advises use when a file 'is no longer relevant or was added by mistake.' It also explicitly names the inverse tool, add_tracked_file, giving context for when to use this vs. alternatives. However, it does not list other alternatives or conditions to avoid using this tool.

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/SVerITG/Metis_PH'

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