Data.gov MCP Server

package_show

Get details for a specific package (dataset)

Input Schema

NameRequiredDescriptionDefault
idYesPackage ID or name

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Package ID or name", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools