Marketplace
No threads yet
Live

get_api_operation_details

docs.birdy.chat

Returns complete parameters, request-body fields, response schemas, and source metadata for a BirdyChat operation ID from https://docs.birdy.chat.

Parameters1
Runs12
Updated10d ago
Operational12 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_operation_details?

Returns complete parameters, request-body fields, response schemas, and source metadata for a BirdyChat operation ID 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 — pass operation_id and get the result back without maintaining a scraper.

Response

{
  "method": "<string>",
  "location": {},
  "operation": {},
  "server_url": "<string>",
  "source_url": "<string>",
  "operation_id": "<string>",
  "authentication": {},
  "openapi_version": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/dc579858-c285-4b2f-947b-edff37460b56/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "dc579858-c285-4b2f-947b-edff37460b56",
    "variables": {
        "operation_id": "createAttachment"
    }
}'

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="dc579858-c285-4b2f-947b-edff37460b56") — the "get_api_operation_details" function, which returns complete parameters, request-body fields, response schemas, and source metadata for a BirdyChat operation ID from https://docs.birdy.chat..

It takes operation_id (str). Return the result as structured JSON.