Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOCRATA_APP_TOKEN | No | Optional Socrata App Token for higher rate limits. The server works without authentication for public data, but an App Token is recommended for frequent use. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_datasf | Search for public datasets in San Francisco's open data portal by keywords. Returns dataset IDs, names, and descriptions. |
| list_datasf | Browse available datasets from San Francisco's open data portal. Optionally filter by category. Returns recently updated or popular datasets. |
| get_schema | Get the schema (columns and data types) for a specific dataset. Call this before writing queries to learn the correct field names. |
| query_datasf | Execute a SoQL (Socrata Query Language) query against a dataset. Supports auto-correction of column names. Returns query results as JSON. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |