Describe engine & server capabilities
describe_engineRetrieve server engine details including versions, codecs, limits, and sandbox status to determine available ZIP capabilities before operations.
Instructions
Offline preflight (no archive needed): server / engine / tool-API versions, the deflate tier in use and the pinned deterministic tier, runtime codecs (node:zlib, CompressionStream, DecompressionStream) and worker threads, the codec registry, the engine's default limits, the operator ceilings (ZIPNATIVE_MCP_MAX_UNCOMPRESSED_BYTES, ZIPNATIVE_MCP_MAX_ENTRIES, ZIPNATIVE_MCP_WORKERS), every server cap, whether the sandbox and the cache are enabled, the 39 frozen ZIP_* error codes and 11 diagnostic codes, and the engine exports this server deliberately does not expose (with why). network is always 'none'. Call it first in a session, or whenever a cap / ceiling refusal needs interpreting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path projection applied after verbosity (e.g. ['entryCount', 'entries.name']); array segments map over elements; unmatched paths are reported in _meta.unmatchedFields. | |
| verbosity | No | 'summary' returns only the scalar verdict fields (drops arrays and payloads) — the token-frugal form. | full |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caps | No | ||
| codecs | No | ||
| engine | No | ||
| server | No | ||
| network | No | ||
| sandbox | No | ||
| ceilings | No | ||
| unexposed | No | ||
| errorCodes | No | ||
| capabilities | No | ||
| defaultLimits | No | ||
| diagnosticCodes | No |