get_most_active_lobbyists
Identify organizations with the highest number of EU lobbying meetings to analyze influence patterns and regulatory engagement.
Instructions
Get organizations with the most EU lobbying meetings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of results",
"type": "number"
}
},
"type": "object"
}