Skip to main content
Glama

MCP Project Context Server

MIT License

end_session

Close ongoing sessions in the MCP Project Context Server by summarizing achievements, blockers, and plans for the next session, ensuring seamless project continuity.

Instructions

End current session with summary

Input Schema

NameRequiredDescriptionDefault
achievementsNoSession achievements
blockersNoBlockers encountered
nextSessionNoPlans for next session
sessionIdYesSession ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "achievements": { "default": [], "description": "Session achievements", "items": { "type": "string" }, "type": "array" }, "blockers": { "default": [], "description": "Blockers encountered", "items": { "type": "string" }, "type": "array" }, "nextSession": { "default": [], "description": "Plans for next session", "items": { "type": "string" }, "type": "array" }, "sessionId": { "description": "Session ID", "type": "string" } }, "required": [ "sessionId" ], "type": "object" }
Install Server

Other Tools from MCP Project Context 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/aaronfeingold/mcp-project-context'

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