Skip to main content
Glama

search_user_directive_notes

Read-onlyIdempotent

Find directive notes by searching content; optionally filter by type, reference, severity, or exclude specific types.

Instructions

Search note content in user_directives.db with optional additional filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
search_stringYesSearch string for note content (case-insensitive LIKE match)
note_typeNoOptional filter by note_type
reference_typeNoOptional filter by reference_type
severityNoOptional filter by severity
limitNoMaximum number of notes to return (default 100)
exclude_note_typesNoList of note_type values to exclude from results (e.g., ['completed', 'obsolete'])
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description's safety profile is covered. The description adds no behavioral traits beyond what the schema provides (e.g., case-insensitive LIKE match is in schema). Adequate but no extra context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that is front-loaded with the key action and resource. No wasted words, but it could be slightly expanded with more context without losing conciseness.

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 6 parameters and no output schema, the description is minimal. It explains what the tool does but does not describe return values or integrate filter details. Acceptable but could be more comprehensive for a search tool.

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 baseline is 3. The description mentions 'optional additional filters' but does not elaborate on each parameter. The schema already provides descriptions, so the description adds no extra meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Search', the resource 'note content in user_directives.db', and mentions optional filters. It distinguishes from siblings like 'search_notes' (different database) and 'search_user_directives' (entire directives, not notes), but does not explicitly differentiate.

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?

The description provides no guidance on when to use this tool versus alternatives, such as other search tools like 'search_notes' or 'search_user_directives'. No when-not-to or context for proper selection.

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/aryanduntley/aimfp'

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