Compact API card
api_cardGet a concise API summary—method, URL, inputs, outputs, suggested paths—to plan tests without reading full files.
Instructions
Return a small API summary (method, url, inputs, outputs, suggested paths) without dumping the full file. Prefer this over reading the whole .mmt or OpenAPI when generating or planning a test. Next step for a new test: scaffold_test. Do not use testlight, npx, npm, shell, or node dist/mcp/server.js.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiPath | Yes | API .mmt file path relative to workspaceRoot or absolute | |
| workspaceRoot | Yes | Workspace root directory |