Skip to main content
Glama
richardoros

threadline-core

by richardoros

search_memory

Search across all stored memory including events, decisions, open loops, daily notes, and context fragments using a natural language query, with results ranked by BM25 relevance and optionally scoped to a specific project.

Instructions

Full-text search across all stored memory.

Searches events, decisions, open loops, daily notes, and compiled context fragments. Results are ranked by BM25 relevance.

Parameters

query: Natural-language search string. project_key: When provided, restricts results to that project. limit: Maximum results to return (clamped to 50 server-side).

Returns

list of dicts with keys: kind, ref_id, project_key, title, snippet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
project_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses BM25 ranking, server-side limit clamping to 50, and the return format. However, it omits any mention of destructive actions or authorization needs, though those are likely not relevant for a search tool.

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 well-structured with sections, bullet points for parameters, and return format. It is concise, front-loading the purpose, with no redundant information.

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

Completeness5/5

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

Given the tool's complexity (searching multiple memory types), the description covers what is searched, ranking, all parameters, and return format. The output schema is described in text, making it complete for agent usage.

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

Parameters5/5

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

With 0% schema description coverage, the description fully explains each parameter: query as natural-language string, project_key for restriction, limit with default and server-side clamp. This adds essential meaning missing from 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 clearly states 'Full-text search across all stored memory' and lists specific memory types (events, decisions, open loops, daily notes, compiled context fragments). This distinguishes it from sibling tools like get_decisions or get_open_loops, which focus on single types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for broad searches across multiple memory types but does not explicitly state when to use this tool versus alternatives or when not to use it.

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/richardoros/threadline-core'

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