Skip to main content
Glama

nexo_untrack

Release files from tracking. Specify file paths to stop tracking specific files, or omit paths to release all tracked files.

Instructions

Stop tracking files. If no paths given, releases all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sidYesYour session ID.
pathsNoFile paths to release. Omit to release all.
Behavior2/5

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

No annotations exist, and the description is minimal. It discloses mutation ('stop tracking') but lacks detail on side effects, reversibility, or prerequisites. Leaves agent guessing about consequences.

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?

Two sentences, 12 words total. Efficiently conveys purpose and key usage. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given simple parameters and no output schema, the description covers the basic action and the special omission case. However, it omits behavioral detail (e.g., what 'releases' means, state changes) that would help an agent without annotations.

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 coverage is 100%, so baseline is 3. The description reinforces the schema but adds little new semantic meaning. 'If no paths given, releases all' mirrors schema's 'Omit to release all'.

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 verb 'stop tracking files' and distinguishes the all-or-specific case. Sibling tool nexo_track provides contrast, but even alone it's specific.

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?

Provides clear guidance on when to omit paths (to release all). Does not explicitly name alternatives but implies use for untracking vs tracking.

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/wazionapps/nexo'

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