Skip to main content
Glama

Agent Knowledge MCP

ask_mcp_advice

Receive AI-driven project guidance for implementing features, fixing bugs, or deploying tasks by leveraging advanced knowledge from the MCP server's integrated resources.

Instructions

Advanced project guidance using AI-filtered knowledge from .knowledges directory

Input Schema

NameRequiredDescriptionDefault
intended_actionYesWhat you intend to do (e.g., 'implement feature', 'fix bug', 'deploy')
scopeNoScope of guidance neededproject
task_descriptionYesDetailed description of the specific task

Input Schema (JSON Schema)

{ "properties": { "intended_action": { "description": "What you intend to do (e.g., 'implement feature', 'fix bug', 'deploy')", "title": "Intended Action", "type": "string" }, "scope": { "default": "project", "description": "Scope of guidance needed", "title": "Scope", "type": "string" }, "task_description": { "description": "Detailed description of the specific task", "title": "Task Description", "type": "string" } }, "required": [ "intended_action", "task_description" ], "type": "object" }

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/itshare4u/AgentKnowledgeMCP'

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