Skip to main content
Glama

Search the wiki

search_knowledge

Search a knowledge base about AI-native development, agent/harness engineering, and dev practice. Returns ranked matches with concept IDs for full-text retrieval.

Instructions

Full-text search over the sociableWiki knowledge base (AI-native development, agent/harness engineering, dev practice). Works in English and Korean. Returns ranked matches with concept ids — call read_doc with an id for the full text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOnly return docs carrying ALL of these tags
limitNoMax results (default 8)
queryYesSearch query (English or Korean)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the search is full-text, supports English and Korean, returns ranked matches with concept ids. However, it does not specify ranking criteria, case sensitivity, or wildcard support, leaving some behavioral aspects implicit.

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 extremely concise: two sentences that pack in the core purpose, domain context, language support, return format, and a clear next step. Every sentence earns its place with no extraneous information.

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 absence of an output schema, the description adequately explains that the tool returns ranked matches with concept ids and directs to read_doc for full text. However, it does not mention whether the tags parameter affects the search or how ranking works, but the schema covers tags. Overall, it is mostly complete for a search tool with good schema coverage.

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 each parameter already has a description. The tool description does not add new parameter-level details beyond what is in the schema. The mention of language support aligns with the query parameter but does not enhance it. Baseline score of 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?

The description clearly states the tool performs full-text search over a specific knowledge base, specifying the domains (AI-native development, agent/harness engineering, dev practice). It distinguishes itself from siblings by explicitly indicating that results are ranked matches with concept ids and directing the user to call read_doc for full text, which differentiates from list_topics.

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 provides a clear next action (call read_doc with an id), but does not explicitly state when to use this tool versus its siblings (list_topics, read_doc). It implies that search is for finding relevant documents, but lacks explicit 'when to use' or 'when not to use' guidance.

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/endmoseung/sociableWiki'

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