Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas
MIT License
19

get_conversation_status

Monitor the progress and status of an active conversation session in the Deep Code Reasoning MCP Server by providing the session ID for efficient tracking and management.

Instructions

Check the status and progress of an ongoing conversation

Input Schema

NameRequiredDescriptionDefault
session_idYesID of the conversation session

Input Schema (JSON Schema)

{ "properties": { "session_id": { "description": "ID of the conversation session", "type": "string" } }, "required": [ "session_id" ], "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/haasonsaas/deep-code-reasoning-mcp'

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