Skip to main content
Glama
systempromptio

SystemPrompt Coding Agent

Official
create-task.ts744 B
/** * @fileoverview Create task tool definition * @module constants/tool/create-task */ import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Tool for creating and starting new tasks */ export const createTask: Tool = { name: "create_task", description: "Create a new task and start it immediately with Claude Code", inputSchema: { type: "object", properties: { title: { type: "string", description: "Brief title or summary of the task (max 255 chars)", }, instructions: { type: "string", description: "Detailed instructions of what needs to be done", }, }, required: ["title", "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