vcf_describe_api
Show the complete API operation signature—path/query parameters, required request body fields, and response schemas—before calling. Identify by operation_id or method/path to avoid request errors.
Instructions
Show the full signature of one API operation before calling it.
Identify the operation either by operation_id (from vcf_search_api) or
by method plus path. Returns path/query parameters, the resolved
request body schema with required fields marked, and response schemas.
Always do this before a POST/PATCH/PUT -- VCF request bodies are large and unforgiving, and the schema names the required fields.
Args: depth: How deep to expand nested schemas (1-6, default 3). Raise it when a nested object shows "truncated". max_properties: Cap properties rendered per object (default 60).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| depth | No | ||
| method | No | ||
| target | No | ||
| operation_id | No | ||
| max_properties | No |