Skip to main content
Glama

karea_edit_question

Edit an open question by modifying its text, status, answer, or linked tasks. Only specified fields are changed, returning the updated question.

Instructions

Edit an open question: change its text, status (open, answered or cancelled), answer, or linked tasks. Only the fields you pass change. Returns the updated question.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
answerNoSet or update the answer
statusNoChange status: open, answered, cancelled
markdownNoUpdate markdown body
questionNoUpdate the question text
questionIdYesQuestion UUID or short ID (e.g. KAQ3)
taskIdsAddNoTask IDs to link
taskIdsRemoveNoTask IDs to unlink
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that only passed fields change and that it returns the updated question. However, it does not mention permission requirements or constraints like whether a non-open question can be edited.

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 with no wasted words. The main action is stated first, followed by additional details. Every sentence serves a purpose.

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?

Given the 7 parameters and no output schema, the description covers the essential behavior. It could mention error cases like invalid questionId or status, but for an edit tool this is reasonable. The sibling list is large but the description adequately distinguishes the tool.

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%, so the baseline is 3. The description adds value by listing status options (open, answered, cancelled) and clarifying that only passed fields change, which is not explicit in 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?

The description explicitly states the verb 'Edit' and the resource 'open question', listing the changable fields (text, status, answer, linked tasks). This clearly differentiates it from sibling tools like karea_create_question and karea_answer_question.

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 implies usage for modifying existing open questions but does not explicitly state when to use versus alternatives like karea_answer_question. The phrase 'Only the fields you pass change' provides partial guidance on partial updates.

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/starecz/karea-mcp'

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