Data.gov MCP Server

group_list

List groups on Data.gov

Input Schema

NameRequiredDescriptionDefault
all_fieldsNoReturn all fields
limitNoMaximum number of results
offsetNoOffset for results
order_byNoField to order by

Input Schema (JSON Schema)

{ "properties": { "all_fields": { "description": "Return all fields", "type": "boolean" }, "limit": { "description": "Maximum number of results", "type": "number" }, "offset": { "description": "Offset for results", "type": "number" }, "order_by": { "description": "Field to order by", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools