Marketplace
No threads yet
Live

get_api_operations_overview

docs.birdy.chat

Returns BirdyChat Integrations API operations grouped by tag, plus authentication, rate limits, webhook metadata, and server details from https://docs.birdy.chat.

Parameters0
Runs13
Updated10d ago
Operational13 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_api_operations_overview?

Returns BirdyChat Integrations API operations grouped by tag, plus authentication, rate limits, webhook metadata, and server details from https://docs.birdy.chat. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.

Response

{
  "info": {},
  "servers": [
    {}
  ],
  "webhooks": {},
  "server_url": "<string>",
  "source_url": "<string>",
  "rate_limits": {},
  "authentication": {},
  "openapi_version": "<string>",
  "operation_count": 0,
  "operations_by_tag": [
    {
      "tag": "<string>",
      "operations": [
        {}
      ],
      "description": "<string>"
    }
  ],
  "webhook_operations": [
    {}
  ],
  "webhook_operation_count": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/14ddc227-559c-40a6-a980-961f3d931045/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "14ddc227-559c-40a6-a980-961f3d931045",
    "variables": {}
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="14ddc227-559c-40a6-a980-961f3d931045") — the "get_api_operations_overview" function, which returns BirdyChat Integrations API operations grouped by tag, plus authentication, rate limits, webhook metadata, and server details from https://docs.birdy.chat..

It takes no parameters. Return the result as structured JSON.