Skip to main content
Glama

Semantic Search

semantic_search
Read-onlyIdempotent

Find passages by meaning rather than exact words. Use for conceptual queries like 'find passages about X' to retrieve relevant documents with similarity scores.

Instructions

Find passages by meaning rather than exact words, using embeddings over the project, and return the most relevant documents with similarity scores and related entities. Use this for conceptual "find passages about X" queries; use search for keyword/full-text matching and find_mentions to locate every occurrence of a specific name or term. Calls an external embedding model. Requires an open project with semantic indexing available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query: keywords for full-text search, or a natural-language phrase for semantic search, depending on the tool.
thresholdNoMinimum similarity score (0-1) a result must meet to be returned. Default 0.5; raise for stricter matches, lower for broader recall.
maxResultsNoMaximum number of results to return.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesDocuments most relevant to the query, ordered by similarity.
searchTypeNoSearch mode used; always 'semantic' for this tool.
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive. Description adds context about external embedding model calls and prerequisite (open project with semantic indexing), which is valuable beyond annotations.

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, each serving a distinct purpose (what it does, when to use, requirements). No wasted words.

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 output schema and comprehensive annotations, the description adequately covers purpose, usage, dependencies, and prerequisites, leaving no gaps for agent decision-making.

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 coverage is 100% with good descriptions for each parameter. The tool description does not add new information about parameters beyond reinforcing the overall purpose.

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 'Find passages by meaning rather than exact words' and contrasts with sibling tools search and find_mentions, making the purpose unambiguous.

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

Usage Guidelines5/5

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

Explicitly tells when to use ('conceptual queries') and when not, naming specific alternatives (search, find_mentions).

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/writerslogic/scrivener-mcp'

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