Skip to main content
Glama
systempromptio

SystemPrompt Coding Agent

Official
clean-state.ts383 B
/** * @fileoverview Clean state tool definition * @module constants/tool/clean-state */ import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Tool for cleaning up system state */ export const cleanState: Tool = { name: "clean_state", description: "Clean up system state by removing all tasks", inputSchema: { type: "object", properties: {} } };

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