Skip to main content
Glama

remove_task_reference

Remove a URL reference from a task's References section. Returns false if the URL was already absent, preventing duplicate removal errors.

Instructions

WRITE. Removes a reference (by url) from a task's "## References" section. Returns removed=false when the url was already absent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
agentNo
taskIdYes
projectIdYes
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It labels the call as a WRITE and discloses the key idempotency behavior: removed=false when the URL is absent. It doesn't mention authorization, errors, or exact return object shape, but the essential 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?

Every sentence earns its place: the first names the operation, the second handles idempotency. The WRITE marker is useful and front-loaded, making the tool's general kind immediately clear.

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?

For a small, idempotent mutating call, this is nearly complete: it states the action, the affected data, and one important return-value boundary. There is no output schema, so this last point matters greatly; the description adequately conveys the outcome. The only clear gap is unspecified semantics for the optional agent parameter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It only clarifies the url parameter (the reference to remove) and indirectly taskId, but does not explain projectId or the optional agent parameter. These remain ambiguous, making the description insufficient as parameter documentation.

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 names a specific verb, resource, and action: removes a reference by URL from a task's '## References' section. This clearly distinguishes it from sibling tools like add_task_reference, list_task_references, and especially remove_task_link, which deals with links rather than references.

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 use case is implied: when a reference by URL should be removed from a task's References section. There is no explicit when-to-use vs alternatives, but the clear operation and direct mapping to add_task_reference make it inferable.

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/renezander030/agentic-task-system'

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