Skip to main content
Glama

Semantic Life Search

search
Read-onlyIdempotent

Perform semantic search across your personal life graph to locate events, people, and memories by query.

Instructions

Semantic search across the authenticated user life graph (events, people, memories). Requires API key. ($0.15; API key required)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoAlias for query
limitNoMax results 1–50
queryYesSearch query (primary)
Behavior4/5

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

Annotations already provide readOnly, idempotent, and non-destructive hints. The description adds beyond that: requires API key, cost ($0.15), and semantic nature. No contradictions with 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?

Two concise sentences that front-load the core purpose. Every sentence earns its place—first defines function, second adds critical cost/auth info.

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?

For a search tool with 3 parameters and no output schema, the description covers purpose, cost, and auth. Missing details: return format (e.g., list of objects with types) and any ordering/sorting. Still reasonably complete.

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%, so the baseline is 3. The description adds no extra semantic detail about parameters beyond what the schema provides (e.g., no example query or clarification of limit range).

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 'Semantic search across the authenticated user life graph (events, people, memories)', which is a specific verb and resource. It distinguishes from siblings like get_people or get_expenses by focusing on cross-entity semantic search.

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

Usage Guidelines2/5

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

No guidance on when to use this vs sibling tools. It mentions 'Requires API key' but does not indicate scenarios where specific retrievals are preferable or when search is appropriate.

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/gohluke/dayze-mcp'

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