list_apis
Check available APIs and services for real-time status monitoring. View which services like GitHub, Stripe, AWS, and Slack can be monitored for outages or performance issues.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/index.ts:136-136 (handler)Registration and handler logic for the 'list_apis' tool.
server.tool("list_apis", {}, async () => handleTool(() => fetchJson("/api/status")));