Skip to main content
Glama

mcp-llm

by sammcj

ask_question

Submit a question to receive an AI-generated response, optionally providing context for more accurate answers. Powered by the MCP-LLM server.

Instructions

Ask a question to the LLM

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context for the question
questionYesQuestion to ask

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context for the question", "type": "string" }, "question": { "description": "Question to ask", "type": "string" } }, "required": [ "question" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-llm

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/sammcj/mcp-llm'

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