Skip to main content
Glama

humanMCP — kapoost

mysloodsiewnia_search

Full-text search (BM25 over SQLite FTS5) on kapoost's local vault corpus. Requires Authorization: Bearer . Friend tokens see only their scoped doc_types; access:private is invisible. Returns {status, results:[{source, type, body, doc_slug, title, page, citation}], summary}. Vault offline ⇒ {status:offline}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
doc_slugNo
doc_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • removedInput schema / properties / doc_slug / description
      Removed value: -"Optional filter by document slug."
    • removedInput schema / properties / doc_type / description
      Removed value: -"Optional filter by document type."
    • removedInput schema / properties / limit / description
      Removed value: -"Max results (1-20, default 5)."
    • removedInput schema / properties / query / description
      Removed value: -"Search query (Polish or English)."
  2. Added

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and excels. It discloses auth bearer token types (edit or friend), friend-token scoping (only their scoped doc_types, access:private invisible), the exact return structure ({status, results:[...], summary}), and the offline behavior ({status:offline}). This is exceptional transparency.

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?

Three sentences pack a dense yet well-organized spec: purpose, auth/scoping, return structure, and offline behavior. There is zero filler, and all claims earn their 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 auth, scoping, output structure, and the offline error state, which is impressive given there is no annotations or output schema. However, complete parameter documentation is absent for a 4-parameter tool, so the description is not fully complete on its own.

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?

The input schema has four parameters with zero descriptions, and the tool description does not explain any of them. It never mentions limit, doc_slug, doc_type, or query's specific role beyond the general search concept. The agent is left to infer parameter meanings from names alone, which is a significant gap for correct invocation.

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 opens with 'Full-text search (BM25 over SQLite FTS5) on kapoost's local vault corpus,' which specifies the exact operation (search), technology (BM25/FTS5), and target resource (kapoost vault). It also differentiates from sibling tools like mysloodsiewnia_list and mysloodsiewnia_get by emphasizing full-text semantic search rather than listing/retrieval.

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 indicates the tool is for full-text search of the corpus, providing clear context for when to use it. It includes authorization requirements and friend-token scoping rules, which are critical for safe invocation. However, it does not explicitly mention alternatives or exclusions relative to sibling tools, so it stops short of a complete usage guide.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.