Skip to main content
Glama

gap_log

Log knowledge gaps by specifying app, topic, and question; repeated asks increment a counter to prioritize missing information.

Instructions

Log or bump a "we don't know this yet" entry. Repeated asks of the same topic+question increment asked_count instead of duplicating — asked_count is the backlog's own priority signal for what to fill in next. Returns {id, status, asked_count}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYes
app_idYes
questionYes
Behavior4/5

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

The description discloses the write nature (non-read-only) and the side effect of incrementing asked_count, which is consistent with the annotations. It also states the return object, providing transparency about outputs. No contradictions with annotations.

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 two sentences, concise and focused. It includes the core action, the deduplication mechanism, and the return value without any extraneous detail, achieving high efficiency.

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 rich set of sibling tools, the description does not explain the overall workflow or prerequisites, but it does convey the tool's role in maintaining a backlog of knowledge gaps. It mentions the return value (helpful since no output schema exists) and the priority mechanism, making it sufficiently complete for its intended use.

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

Parameters2/5

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

Schema coverage is 0%, and the description only clarifies the role of 'topic' and 'question' as the deduplication key. It does not explain 'app_id', nor does it specify any constraints or optionality for parameters, leaving a significant gap in understanding.

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 ('Log or bump...') and the specific resource ('we don't know this yet' entry). It distinguishes itself from sibling gap management tools by highlighting the bump behavior and priority signal, making its purpose unambiguous.

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 when to use it: when encountering a knowledge gap, and explains the deduplication behavior. However, it does not explicitly compare against alternatives like gap_list or gap_resolve, leaving some inference to the reader.

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/willow-memory/willow-mcp'

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