Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas
MIT License
19

finalize_conversation

Terminate the conversation session on the Deep Code Reasoning MCP Server and generate a final analysis summary in detailed, concise, or actionable formats based on the session ID.

Instructions

Complete the conversation and get final analysis results

Input Schema

NameRequiredDescriptionDefault
session_idYesID of the conversation session
summary_formatNoFormat for the final summary

Input Schema (JSON Schema)

{ "properties": { "session_id": { "description": "ID of the conversation session", "type": "string" }, "summary_format": { "description": "Format for the final summary", "enum": [ "detailed", "concise", "actionable" ], "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