Skip to main content
Glama

AI Conversation Logger

by fablefang

get_context_suggestions

Generates context-aware suggestions by analyzing user input and related files within projects, enhancing AI conversation continuity and relevance in development workflows.

Instructions

获取相关上下文建议

基于当前输入和文件推荐历史记录

Input Schema

NameRequiredDescriptionDefault
currentFilesNo当前涉及的文件
currentInputYes当前用户输入
projectNo项目过滤(可选)

Input Schema (JSON Schema)

{ "properties": { "currentFiles": { "description": "当前涉及的文件", "items": { "type": "string" }, "type": "array" }, "currentInput": { "description": "当前用户输入", "type": "string" }, "project": { "description": "项目过滤(可选)", "type": "string" } }, "required": [ "currentInput" ], "type": "object" }
Install Server

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