ynab_diagnostic_info
Retrieve comprehensive diagnostic information about the server, including health, cache, delta, security, memory, and environment, in JSON or Markdown format.
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_memory | No | ||
| include_environment | No | ||
| include_server | No | ||
| include_security | No | ||
| include_cache | No | ||
| include_delta | No | ||
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | Yes | ||
| server | No | ||
| memory | No | ||
| environment | No | ||
| cache | No | ||
| delta | No |