Skip to main content
Glama

Grok MCP

chat_with_reasoning

Generate responses with explicit reasoning steps to show how conclusions are reached, providing transparent and structured answers to complex questions.

Input Schema

NameRequiredDescriptionDefault
max_tokensNo
modelNogrok-3-mini
promptYes
reasoning_effortNo
system_promptNo
temperatureNo
top_pNo

Input Schema (JSON Schema)

{ "properties": { "max_tokens": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Tokens" }, "model": { "default": "grok-3-mini", "title": "Model", "type": "string" }, "prompt": { "title": "Prompt", "type": "string" }, "reasoning_effort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Reasoning Effort" }, "system_prompt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "System Prompt" }, "temperature": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Temperature" }, "top_p": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Top P" } }, "required": [ "prompt" ], "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/merterbak/Grok-MCP'

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