Cloud MCPresearch
research
7 MCP tools on the Hanzo cloud door that call the research API.
The 7 tools tools/list names for research. Each dispatches to an operation in the research API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_research_artifacts | GET /v1/research/artifacts | 3 | ListResearchArtifacts returns the caller org's research-diary feed newest-first — the snapshots and |
get_v1_research_experiments | GET /v1/research/experiments | 2 | ListExperiments returns the caller org's CANONICAL experiments — the deterministic deduped view over |
get_v1_research_projects | GET /v1/research/projects | 0 | ListResearchProjects returns every research project in the caller's org with its real totals — canon |
get_v1_research_totals | GET /v1/research/totals | 1 | GetResearchTotals returns the caller org's headline aggregate plus a per-kind breakdown — the observ |
post_v1_research_artifacts | POST /v1/research/artifacts | 13 | RecordResearchArtifact records one research-diary artifact — a board snapshot or a generated report |
post_v1_research_experiments | POST /v1/research/experiments | 2 | IngestExperiments appends one batch of experiment and attempt versions to the caller org's evidence |
post_v1_research_grants | POST /v1/research/grants | 6 | GrantResearchVisibility records the SEPARATE authorization an upload never implies: a record's visib |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?