package_show
Retrieve detailed information about a specific dataset by entering its ID or name on the Data.gov MCP Server.
Instructions
Get details for a specific package (dataset)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Package ID or name |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Package ID or name",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}