Get Mcp Apps Diagnostics
get_mcp_apps_diagnosticsDescribe the file-picker MCP Apps contract and optionally verify callbacks for Google Workspace integration.
Instructions
Describe the file-picker MCP Apps contract and optionally verify callbacks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_self_test | No | Whether to enable run self test. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Machine-readable diagnostic status. | |
| self_test | Yes | Optional store/delete callback self-test result. | |
| picker_tool | Yes | Model-visible tool that opens the file picker. | |
| apps_enabled | Yes | Whether the file-picker Apps provider is mounted. | |
| resource_uri | Yes | MCP Apps UI resource URI advertised by the picker. | |
| renderer_mode | Yes | Prefab renderer delivery mode. | |
| max_file_bytes | Yes | Maximum decoded size accepted for one picker upload. | |
| hidden_callbacks | Yes | App-callable backend tool addresses hidden from the model catalog. | |
| resource_mime_type | Yes | MIME type served for the UI resource. |