Marketplace
No threads yet
Live

list_eidb_financial_years

tradestat.commerce.gov.in

Returns available EIDB financial years from https://tradestat.commerce.gov.in with each option's source value and display text. Useful for selecting valid years in downstream EIDB report queries.

Parameters0
Runs8
Updated8d ago
Operational8 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 list_eidb_financial_years?

Returns available EIDB financial years from https://tradestat.commerce.gov.in with each option's source value and display text. Useful for selecting valid years in downstream EIDB report queries. 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

{
  "count": 0,
  "years": [
    {
      "value": "<string>",
      "display_text": "<string>"
    }
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/c03b2cf1-342c-4bb7-bb1b-a7b9f8d135f3/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "c03b2cf1-342c-4bb7-bb1b-a7b9f8d135f3",
    "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="c03b2cf1-342c-4bb7-bb1b-a7b9f8d135f3") — the "list_eidb_financial_years" function, which returns available EIDB financial years from https://tradestat.commerce.gov.in with each option's source value and display text. Useful for selecting valid years in downstream EIDB report queries..

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