daemon_status
Confirm daemon reachability and discover available sources and capabilities by aggregating health and metadata endpoints.
Instructions
Combined daemon health + metadata.
Aggregates GET /health (extractor + wayback liveness) and GET /api/v1/meta (version, configured extractors, embedder model + dimension). Useful as a first call when an agent connects, to confirm the daemon is reachable and to learn what sources + capabilities are available.
Returns:
On success: {"health": {...}, "meta": {...}, "mcp_server_version": "0.1.1"}. On daemon-unreachable:
structured error dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||