Skip to main content
Glama

Agent Knowledge MCP

ask_user_advice

Request human advice when uncertain or needing guidance to proceed accurately. Provides a clear problem description, context, and specific questions for informed decision-making.

Instructions

Ask user for advice when agent encounters uncertainty, problems, or needs guidance. Use this when you're unsure about something or need human input to proceed properly.

Input Schema

NameRequiredDescriptionDefault
context_informationNoAdditional context or information that might help the user understand the situation
options_consideredNoOptions or approaches you've already considered
problem_descriptionNoClear description of the problem or uncertainty you're facing
specific_questionNoSpecific question you want to ask the user
urgency_levelNoUrgency level of the advice needednormal

Input Schema (JSON Schema)

{ "properties": { "context_information": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Additional context or information that might help the user understand the situation", "title": "Context Information" }, "options_considered": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Options or approaches you've already considered", "title": "Options Considered" }, "problem_description": { "default": "", "description": "Clear description of the problem or uncertainty you're facing", "title": "Problem Description", "type": "string" }, "specific_question": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Specific question you want to ask the user", "title": "Specific Question" }, "urgency_level": { "default": "normal", "description": "Urgency level of the advice needed", "title": "Urgency Level", "type": "string" } }, "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