Skip to main content
Glama
jcscocca

socrata-mcp

by jcscocca

get_dataset

Retrieve metadata for a Socrata dataset, including column details, row count, update cadence, and license information.

Instructions

Dataset metadata: columns with types, row count, update cadence, license.

Args: domain: Portal hostname, e.g. "data.seattle.gov". dataset_id: Socrata 4x4 id, e.g. "tazs-3rd5".

Returns: {name, description, columns: [{field_name, name, type, description}], row_count, license, attribution, created_at, data_updated_at, update_frequency, tags, source_url}. Use columns' field_name values in query/profile calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
dataset_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the return structure truthfully, implying a read-only operation with no side effects. It could mention authentication requirements, but the omission is acceptable for a simple metadata tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a concise summary, then structured into Args and Returns sections. Every sentence adds value; no tautology or verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, the description still elaborates return fields and ties them to sibling tools ('Use columns field_name values in query/profile calls'). This fully informs the agent of the tool's role within the suite.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description adds essential meaning: it gives concrete examples for both domain and dataset_id, explains their format, and provides full context beyond the schema's type-only definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Dataset metadata: columns with types, row count, update cadence, license,' specifying the verb and resource. It implicitly distinguishes from siblings by focusing on metadata retrieval, not exporting, profiling, querying, sampling, or searching.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides parameter examples and notes to use column field_names in query/profile calls, guiding usage. However, it does not explicitly state when to choose this tool over siblings, though context is implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcscocca/socrata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server