Skip to main content
Glama
jacob-hartmann

Quire MCP Server

quire.updateDocument

Idempotent

Update a document's properties using its OID or owner type, owner ID, and document ID. Modify name, description, dates, archive status, and icon.

Instructions

Update a document's properties by OID, or by owner type/ID and document ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
oidNoThe document OID (unique identifier). Use this OR ownerType+ownerId+documentId
ownerTypeNoThe type of owner (required when using documentId)
ownerIdNoThe owner ID or OID (required when using documentId)
documentIdNoThe document ID within the owner
nameNoNew document name/title
idNoNew ID for this document
descriptionNoNew document content in markdown format
iconColorNoIcon color index from Quire's predefined palette
archivedNoArchive toggle. Specify true to archive; false to unarchive
startNoTarget start date (ISO 8601 format, e.g., '2024-01-02')
dueNoTarget due date (ISO 8601 format, e.g., '2024-05-25')
imageNoIcon image identifier (e.g., 'icon-view-list', 'icon-briefcase-o', etc.)
Behavior3/5

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

Annotations already declare idempotentHint=true, which covers behavioral trait. Description adds no further disclosure (e.g., patch vs. full overwrite, error behavior, permissions). With annotations handling idempotency, a neutral score is appropriate, but more detail would improve agent understanding.

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?

Single 13-word sentence, front-loaded with action and target. No redundancy. Every word earns its place. Excellent for quick parsing.

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?

Despite rich schema, the description omits critical contextual guidance: no mention that identification is required (either oid or the three-field combo), no hint that updates are partial (patch behavior), and no description of return values (no output schema). For a tool with 12 optional parameters, this leaves the agent underinformed.

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?

Input schema covers all 12 parameters with descriptions (100% coverage). Description restates the identification duality already in schema, adding no new semantic value. Baseline score of 3 applies as schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Update a document's properties' with two identification methods (by OID or by owner type/ID and document ID). Distinguishes from sibling tools like getDocument or createDocument. Could be more explicit about the scope of updatable properties, but the verb+resource pairing 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 Guidelines3/5

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

Sentence implies when to use (to update a document) but provides no explicit guidance on alternatives or when not to use. No mention of prerequisites or conditions like requiring write permissions. Acceptable but lacks proactive direction.

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