Skip to main content
Glama

think

Read-only

Retrieve related notes, generate Socratic prompts, and surface unlinked connections for any topic. Exclude the active note via its path. Read-only exploration—never writes.

Instructions

Thinking-mode: related notes + Socratic prompts + related-but-not-yet-linked pairs. Pass the active note's path to exclude it from its own results. Never writes (wrote: false).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoMaximum number of related notes to return.
pathNoRepo-relative path of the active note to exclude from its own results.
depthNoGraph hops used to expand related notes.
topicYesTopic or question to explore.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
topicYes
wroteYes
contextYes
relatedYes
unlinkedYes
questionsYes
degraded_reasonYes
degraded_lexical_onlyYes
manual_reindex_recommendedYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true, and the description reinforces 'Never writes (wrote: false)'. It adds context about the return type (related notes, prompts, pairs) and the path parameter's effect, going beyond the annotation.

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, both front-loaded with core purpose and a key usage hint. No filler, every word earns its place.

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?

The description covers the essential behavioral context: output type, read-only nature, and path exclusion. With an output schema present, it does not need to detail return format further. Adequate for its complexity.

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 the schema already documents all four parameters. The description only reiterates the path usage, adding minimal value beyond the schema. Baseline 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?

Description clearly states the tool's purpose: retrieve related notes, generate Socratic prompts, and identify related-but-not-yet-linked pairs. It uses specific, action-oriented language that distinguishes it from sibling tools like search or build_context.

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?

Description explicitly advises to pass the active note's path to exclude it from results, and clarifies that the tool never writes. However, it does not directly compare to alternatives or specify when not to use it over siblings.

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/leonardsellem/hypermnesic'

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