Buildium Describe Endpoint
buildium_describe_endpointResolve an endpoint's full contract, including parameters, request body, and success response schemas with $refs expanded. Use it before calling an endpoint to identify required fields for writes.
Instructions
Show the full contract for one endpoint: parameters, request body schema, and success response schema, with $refs resolved.
Call this before buildium_call_endpoint on anything non-trivial — especially writes, where the body schema tells you which fields are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||