delimit_version
Return the server version, count of registered tools, and environment status for diagnostics at session start or in a dashboard.
Instructions
Return Delimit server version, tool count, and environment status.
When to use: at session start, in a dashboard, or as a diagnostic when investigating capability availability. When NOT to use: for governance health (use delimit_gov_health) or OS status (delimit_os_status).
Sibling contrast: delimit_help describes individual tools; this reports server-wide version and detected environment.
Side effects: read-only. Counts registered tools and detects API keys / CLIs / security tools in the environment so callers know what's available without manual config.
Args: None.
Returns: Dict with version, total_tools, adapter_contract, authority, environment-detection results, plus next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||