Skip to main content
Glama
kaminocorp
by kaminocorp

search_knowledge

Search an agent's knowledge base for canonicalized facts, concepts, methods, principles, and experiences ranked by semantic similarity.

Instructions

Semantic search across an Anima's knowledge base. Returns canonicalized truths (facts, concepts, methods, principles, experiences) ranked by similarity. Use this for structured knowledge retrieval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query
anima_idNo
limitNoMax results (default: 10)
thresholdNoMin similarity 0-1 (default: 0.7)
knowledge_typeNoFilter by knowledge type
Behavior3/5

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

With no annotations provided, the description bears full burden. It discloses the semantic search behavior and return type but omits details on read-only nature, pagination, error handling, or permission requirements.

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 concise with three sentences: purpose, return type, and usage guidance. It is front-loaded with the most critical information and contains no redundant text.

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

Completeness3/5

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

Given 5 parameters, no output schema, and no annotations, the description covers core purpose and return type but lacks details on parameter usage (e.g., anima_id, limits) and return format, leaving gaps.

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?

The description adds context about return types (facts, concepts, etc.) which complements the 'knowledge_type' parameter, but does not elaborate on other parameters beyond the schema's 80% coverage. The added value is moderate.

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 'semantic search across an Anima's knowledge base' and returns 'canonicalized truths' ranked by similarity. It distinguishes from siblings like 'search_memories' by specifying structured knowledge retrieval and listing knowledge types.

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 advises 'Use this for structured knowledge retrieval,' providing clear context for when to use the tool. However, it does not explicitly mention when not to use it or name alternative tools.

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/kaminocorp/elephantasm-mcp'

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