Skip to main content
Glama
systempromptio

SystemPrompt Coding Agent

Official
report-task.ts571 B
/** * @fileoverview Report task tool definition * @module constants/tool/report-task */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Tool for generating reports on tasks */ export const reportTask: Tool = { name: 'report', description: 'Generate a report on task status. Shows all tasks if no ID provided, or details for a specific task.', inputSchema: { type: 'object', properties: { id: { type: 'string', description: 'Optional task ID. If not provided, shows status of all tasks' } } } };

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