Skip to main content
Glama

Hive Intelligence

Official
by hive-intel

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

NameRequiredDescriptionDefault
argsYesThe arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool.
endpoint_nameYesThe name of the endpoint to call.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "additionalProperties": {}, "description": "The arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool.", "type": "object" }, "endpoint_name": { "description": "The name of the endpoint to call.", "type": "string" } }, "required": [ "endpoint_name", "args" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hive-intel/hive-crypto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server