Skip to main content
Glama
jacob-hartmann

Quire MCP Server

quire.updateChat

Idempotent

Update a chat channel's name, description, icon, dates, or archive status. Specify by OID or owner type/ID and chat ID.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
oidNoThe chat channel OID (unique identifier). Use this OR ownerType+ownerId+chatId
ownerTypeNoThe type of owner (currently only 'project' is supported, required when using chatId)
ownerIdNoThe owner ID or OID (required when using chatId)
chatIdNoThe chat ID within the owner
nameNoNew chat channel name
idNoNew ID for this chat channel
descriptionNoNew chat channel description (Markdown supported)
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?

The annotation idempotentHint=true already indicates safe repeated calls. The description adds no additional behavioral context beyond stating it updates properties. It does not contradict annotations. Given that annotations cover the key behavioral aspect, the description is adequate but not enhanced.

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 a single sentence that efficiently states the purpose and identification methods. No wasted words, front-loaded with key information.

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?

With 12 parameters fully described in the schema and annotations indicating idempotency, the description is sufficiently complete for an update operation. Though there is no output schema, the purpose and parameter semantics are clear. Minor gap: no mention of typical responses or side effects, but not necessary for this tool.

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 description coverage is 100%, so each parameter already has a description. The tool description adds no new meaning beyond the schema. Baseline score of 3 is appropriate.

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 action ('Update a chat channel's properties') and identifies two distinct identification methods (by OID or by owner type/ID and chat ID). It distinguishes from siblings like createChat, deleteChat, and getChat.

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 explicitly explains the two ways to specify the target chat channel (by OID or by ownerType+ownerId+chatId), which guides the agent in choosing the correct parameters. However, it does not provide when-not-to-use scenarios or mention alternatives, but among siblings there is no alternative for updating.

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