Skip to main content
Glama
jacob-hartmann

Quire MCP Server

quire.uploadCommentAttachment

Upload file attachments to comments by providing the comment ID, filename, and content as a string. Supports text or base64-encoded binary content.

Instructions

Upload a file attachment to a comment. The content should be provided as a string (e.g., text content or base64-encoded binary).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentOidYesThe comment OID (unique identifier) to attach the file to
filenameYesThe filename for the attachment (e.g., 'document.txt')
contentYesThe file content as a string
mimeTypeNoThe MIME type of the file (e.g., 'text/plain', 'application/pdf'). Defaults to 'application/octet-stream'
Behavior3/5

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

No annotations present, so description carries full burden. It discloses the action and content format but omits important behaviors: file size limits, permission requirements, overwriting behavior, error conditions, or whether the comment must exist.

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, no redundant information. Front-loaded with the primary action, followed by essential parameter guidance. Every sentence is purposeful.

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

Completeness2/5

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

Given no annotations and no output schema, the description is too minimal. It lacks context on return values, prerequisites (comment existence), file size constraints, and error handling. Leaves significant gaps for an agent.

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?

Schema coverage is 100% with detailed descriptions. The description adds value by clarifying that content can be text or base64-encoded binary, which is not explicit in the schema. This enriches parameter understanding 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?

Clearly states the action 'Upload a file attachment to a comment' with specific verb and resource. Distinguishes from siblings like quire.uploadTaskAttachment by specifying 'to a comment'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives (e.g., quire.uploadTaskAttachment). Only a brief note on content format, which is parameter guidance, not tool selection context.

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/jacob-hartmann/quire-mcp'

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