Skip to main content
Glama
systempromptio

SystemPrompt Coding Agent

Official
update-task.ts766 B
/** * @fileoverview Update task tool definition * @module constants/tool/update-task */ import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Tool for sending instructions to active AI processes */ export const updateTask: Tool = { name: "update_task", description: "Send instructions to an active AI process (Claude Code or Gemini CLI)", inputSchema: { type: "object", properties: { id: { type: "string", description: "The task ID (required). Use the task ID returned from create_task.", }, instructions: { type: "string", description: "Instructions to send to the AI agent", }, }, required: ["id", "instructions"], }, _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