Skip to main content
Glama

RAT MCP Server

by newideas99

generate_response

Create AI-generated responses using DeepSeek's reasoning and Claude's response models via OpenRouter, maintaining conversation context and enabling detailed analysis.

Instructions

Generate a response using DeepSeek's reasoning and Claude's response generation through OpenRouter.

Input Schema

NameRequiredDescriptionDefault
clearContextNoClear conversation history before this request
includeHistoryNoInclude Cline conversation history for context
promptYesThe user's input prompt
showReasoningNoWhether to include reasoning in response

Input Schema (JSON Schema)

{ "properties": { "clearContext": { "default": false, "description": "Clear conversation history before this request", "type": "boolean" }, "includeHistory": { "default": true, "description": "Include Cline conversation history for context", "type": "boolean" }, "prompt": { "description": "The user's input prompt", "type": "string" }, "showReasoning": { "default": false, "description": "Whether to include reasoning in response", "type": "boolean" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from RAT MCP Server

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/newideas99/Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP'

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