unifi_spec
Retrieve the exact UniFi Network API contract for any unifi_* operation, including request-body, path/query parameters, and response schema, to confirm inputs before create, update, or action calls.
Instructions
Read the committed vendor API contract (OpenAPI, UniFi Network Integration API). Returns the exact request-body schema, path/query parameters, and response schema for any operation of the other unifi_* tools. Call this before create/update/action operations. Input: { operation: "." }, e.g. { operation: "unifi_networks.create" }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Tool and operation joined by a dot, e.g. "unifi_firewall_policies.create". |