MCP Tools Reference

Browse the verified runtime tool snapshot generated from the MCP contract.

This page describes the public shape of the MCP tool contract. The complete tool list is generated from the runtime contract and stored in the verified snapshot used by the web build.

Read the generated snapshot

The checked-in snapshot is available at src/generated/mcp-tools.json in the web source. Refresh it with the desktop-capable exporter when the executable changes. Do not edit the generated file by hand.

Each entry can include a name, description, input JSON Schema, required fields, optional fields, defaults, and availability notes. A missing field means that the runtime did not advertise it; the docs do not invent a response shape.

Verified baseline snapshot

The checked-in headless baseline currently advertises these dependency-free diagnostic tools:

  • get_recent_diagnostics — recent AI/MCP/Paper-to-Code diagnostics and activity.
  • export_diagnostic_bundle — a secret-free diagnostic bundle for support and verification.

Configured desktop services can add research, library, agent, and Paper-to-Code tools. Treat the runtime tools/list response as authoritative for that configured session; do not assume that an optional tool exists merely because its feature is documented.