Skip to main content
Glama

AI Conversation Logger

by fablefang

search_conversations

Quickly locate past conversations by searching with keywords, file patterns, time ranges, or tags. Helps AI assistants retrieve relevant context and maintain project continuity efficiently.

Instructions

搜索历史对话记录

支持: • 关键词搜索 • 文件名模式搜索 • 时间范围筛选 • 标签过滤

Input Schema

NameRequiredDescriptionDefault
daysNo最近N天
filePatternNo文件名模式搜索
keywordsNo关键词搜索
limitNo结果数量限制
projectNo项目过滤(默认当前)
tagsNo标签过滤

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "最近N天", "type": "number" }, "filePattern": { "description": "文件名模式搜索", "type": "string" }, "keywords": { "description": "关键词搜索", "items": { "type": "string" }, "type": "array" }, "limit": { "default": 10, "description": "结果数量限制", "type": "number" }, "project": { "description": "项目过滤(默认当前)", "type": "string" }, "tags": { "description": "标签过滤", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

Other Tools from AI Conversation Logger

Related Tools

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/fablefang/ai-conversation-logger-mcp'

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