Skip to main content
Glama
systempromptio

SystemPrompt Coding Agent

Official
end-task.ts598 B
/** * @fileoverview End task tool definition * @module constants/tool/end-task */ import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Tool for ending tasks and cleaning up sessions */ export const endTask: Tool = { name: "end_task", description: "End a task and clean up the AI model session", inputSchema: { type: "object", properties: { id: { type: "string", description: "The task ID to end (required). Use the task ID returned from create_task.", }, }, required: ["id"], }, _meta: { subscription: true, }, };

Latest Blog Posts

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/systempromptio/systemprompt-code-orchestrator'

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