Skip to main content
Glama

alcove_knowledge_add_question

Add a question to your knowledge base, specifying topic and optional answer, tags, and source references.

Instructions

Add an OKF Question.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
topicYes
answerNo
questionYes
workspaceNo
source_refsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations are provided, and the description does not disclose any behavioral traits such as whether the operation is read-only, destructive, requires authentication, or has side effects. The single sentence 'Add an OKF Question' gives no insights beyond the basic action, which is insufficient for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short (6 words) and front-loaded, but it sacrifices necessary detail. Conciseness should not come at the cost of clarity or completeness. A better description would expand on purpose and parameters without being verbose.

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

Completeness1/5

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

Given the tool has 6 parameters (2 required) and a non-trivial domain (OKF questions), the description is severely incomplete. It does not mention return values despite having an output schema, nor does it explain the workspace or source_refs parameters. The agent lacks critical information to use the tool correctly.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the 6 parameters (topic, question, tags, answer, workspace, source_refs). The agent must rely entirely on parameter names, which are insufficient. The description adds no value in understanding parameter roles or formats.

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?

The description 'Add an OKF Question' clearly identifies the verb 'Add' and the resource 'OKF Question'. However, 'OKF' is unexplained jargon, which may confuse an agent unfamiliar with the domain. It distinguishes from sibling tools like 'alcove_knowledge_add_note' and 'alcove_knowledge_add_entity', but the lack of explanation for 'OKF' prevents a perfect score.

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 is provided on when to use this tool versus its siblings (e.g., alcove_knowledge_add_note, alcove_knowledge_add_entity). There is no mention of prerequisites, context, or alternatives, leaving the agent without decision-making support.

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/OctopusGarage/alcove'

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