Skip to main content
Glama
systempromptio

SystemPrompt Coding Agent

Official
update-stats.ts663 B
/** * @fileoverview Update stats tool definition * @module constants/tool/update-stats */ import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Tool for retrieving system statistics */ export const updateStats: Tool = { name: "update_stats", description: "Get current statistics on tasks and active sessions", inputSchema: { type: "object", properties: { include_tasks: { type: "boolean", default: true, description: "Include task statistics" }, include_sessions: { type: "boolean", default: true, description: "Include session statistics" } } } };

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