Skip to main content
Glama

commit_task_attachments

Commit presigned intents or URL attachments to a task. Accepts task ID, attachment IDs, and URLs, returning updated attachments.

Instructions

Commit presigned intents and/or url-provider entries to a task.

task_id accepts any reference form — UUID, sequence shorthand (#123, personal-org only), canonical ref (acme-123), or app URL — and is resolved to a UUID before the commit.

intents is a list of attachment_ids returned by a prior presign call. urls is a list of {url, filename?} records for the url-provider (no upload). At least one must be non-empty. Returns the full attachments Vec post-commit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
intentsNo
urlsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that the tool returns 'the full attachments Vec post-commit' and explains parameter constraints. However, it does not mention if the operation is idempotent, what side effects occur (e.g., deletion of intents), or required permissions. Some behavioral aspects are implicit (mutation), but not fully 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?

The description is concise (5-6 lines) and well-structured. It starts with a one-line summary, then uses clear bullet-style explanations for each parameter and constraint. Every sentence adds value with no redundancy.

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?

Given that an output schema exists (though not shown), the description appropriately doesn't detail return fields but states 'Returns the full attachments Vec post-commit.' It covers purpose, parameter meanings, constraints, and usage context. For a commit action, this is complete.

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

Parameters5/5

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

Schema coverage is 0%, so description must compensate. It explains that 'intents' is a list of attachment_ids from a prior presign call, 'urls' is a list of {url, filename?} records, and 'task_id' accepts various forms (UUID, sequence shorthand, canonical ref, app URL) and is resolved to UUID. This adds significant meaning beyond the bare 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 purpose: 'Commit presigned intents and/or url-provider entries to a task.' It distinguishes from siblings like presign_task_attachments (creating intents) and list_task_attachments (listing attachments). The verb 'commit' is specific and the resource 'task attachments' is clear.

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 provides usage context: it mentions 'presign call' as a prerequisite and states that at least one of 'intents' or 'urls' must be non-empty. However, it does not explicitly list alternatives or state when not to use this tool. It implies the workflow but lacks explicit exclusion criteria.

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/Circuit-Stitch/defernowork-mcp'

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