ynab_diagnostic_info
Get comprehensive diagnostic information about the MCP server: health, cache, delta, security, and more.
Instructions
Get comprehensive diagnostic information about the MCP server (health, cache, delta, security).
Args:
include_memory (boolean, optional): Include memory usage. Default: true.
include_environment (boolean, optional): Include env info. Default: true.
include_server (boolean, optional): Include server info. Default: true.
include_security (boolean, optional): Include security stats. Default: true.
include_cache (boolean, optional): Include cache metrics. Default: true.
include_delta (boolean, optional): Include delta cache info. Default: true.
response_format (string, optional): "json" or "markdown" (default: "markdown").
Returns: diagnostics object with requested sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_cache | No | ||
| include_delta | No | ||
| include_memory | No | ||
| include_server | No | ||
| response_format | No | markdown | |
| include_security | No | ||
| include_environment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache | No | ||
| delta | No | ||
| memory | No | ||
| server | No | ||
| timestamp | Yes | ||
| environment | No |