Skip to main content
Glama
zhanpu89

ai-memory-mcp

by zhanpu89

search_summaries_fts

Read-onlyIdempotent

Search conversation summaries using FTS5 full-text indexing for precise keyword matching. Filter by project, branch, or status.

Instructions

使用 FTS5 全文索引搜索会话摘要,适合精确关键词匹配场景。

Args: params (SearchSummariesFtsInput): 包含: - query (str): 全文检索关键词,支持 FTS5 查询语法 - project_name (Optional[str]): 项目名称过滤,精确匹配 - branch_name (Optional[str]): 分支名称过滤,精确匹配 - status (Optional[TaskStatus]): 状态过滤,精确匹配 - limit (int): 最大返回条数,默认 10

Returns: Dict: {"success": bool, "data": List[Dict]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnly, idempotent, non-destructive. The description adds detail: it uses FTS5 index, performs exact matching filters, and returns a structure with success and data. This provides behavioral context 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.

Conciseness4/5

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

The description is well-structured: a clear purpose sentence then a parameter list and return type. It is concise without unnecessary fluff, though the parameter list is somewhat redundant with the schema.

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 tool has an output schema (sibling context says Has output schema: true), the description only needs minimal return info. It covers the main use case, FTS5 capability, and optional filters. Adequate for the tool's complexity.

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 lists parameters and their meanings, but the input schema already provides descriptions for all properties (100% coverage). The description does not add significant new meaning beyond restating schema descriptions, so baseline 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 it uses FTS5 full-text index to search session summaries and is suitable for precise keyword matching. This specifies the resource (session summaries) and action (search via FTS5), and hints at differentiation from sibling tools like search_summaries.

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 mentions 'suitable for precise keyword matching scenarios' which implies when to use, but it does not explicitly state when not to use or provide alternatives. It lacks explicit usage guidelines beyond that.

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/zhanpu89/ai-memory-mcp'

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