Make invocation requests on your MCP servers.
BL_API_KEY
: an API key to connect to your Blaxel workspaceBL_WORKSPACE
: the slug ID for your workspaceMCP_SERVER_NAME
: the slug name for your MCP servertools/list
: method that lists the available tools and their schemas, allowing consumers (you or agents) to discover the functionβs capabilities.tools/call
: method that lets consumers execute individual tools. It requires params with two keys:
name
: the name of the tool to run, obtained from the listing endpoint abovearguments
: an object with the key and values of input parameters for the execution, obtained from the listing endpoint abovetools/list
outbound message on a Brave Search toolkit (make sure to fill in the authentication token).
tools/call
outbound message on the brave_web_search tool.