IvedaAI: look up a request/response schema definition
ivedaai_get_schemaRetrieve the complete JSON schema for any IvedaAI API definition. Use when truncated summaries miss nested field details; omit the name to list all available definitions.
Instructions
Looks up the full JSON schema for a named IvedaAI API definition (e.g. "CameraRequest"). Use this when a tool's body schema summary is truncated or you need the exact shape of a nested field. Call ivedaai_get_schema with no name to list all available definition names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Definition name, e.g. "CameraRequest". Omit to list all names. |