Projects and runs
Tests
Failures and history
Workspaces
ListWorkspaces has no API equivalent - the REST API is always scoped to the single workspace in the request URL.
Arguments every tool accepts
Tools that return lists also take
page and page_size. GetProjectInsights is not paginated; it takes start_date, end_date, and timezone instead, covers the most recent 3 months, and refuses an older start_date rather than clamping it. Identifiers are the short alphanumeric segments of a NeetoPlaydash admin URL: in https://acme.neetoplaydash.com/admin/projects/pdqmxlz/runs/kftwnab/test_entities/vhrscje, pdqmxlz is the project_id, kftwnab the run_id, and vhrscje the test_entity_id.
Response format
Every tool returns the same payload twice: as TOON in the text content and as JSON instructuredContent. TOON is a compact tabular encoding - a header such as projects[3]{id,name,archived}: means the next three lines are comma-separated rows with those fields in that order. Both carry identical data; read whichever your client exposes.