call_api_endpoint
Execute API requests on the Hive Intelligence server by specifying the endpoint name and required arguments, ensuring compliance with the provided schema.
Instructions
call an endpoint in the HIVE API. Note: use the category endpoints to get the list of endpoints and get_api_endpoint_schema
tool to get the schema for an endpoint.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | Yes | The arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool. | |
endpoint_name | Yes | The name of the endpoint to call. |