Skip to main content
Glama

Toronto Datasets

toronto_datasets
Read-onlyIdempotent

Search the City of Toronto open-data catalogue (open.toronto.ca, CKAN) by keyword. Returns each matching dataset's title and its queryable datastore resource ids (use with toronto_query).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax datasets (1-50, default 15).
queryNoKeyword(s), e.g. "parking", "trees", "budget".

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "query": "building permits"
      +  },
      +  {
      +    "limit": 10,
      +    "query": "parking"
      +  }
      +]
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the description does not need to repeat those. The description adds value by specifying the source (open.toronto.ca via CKAN) and the return format (titles and resource IDs), which is behavioral context beyond the annotations.

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?

Two sentences with no wasted words. The first sentence describes the core action and source, and the second explains the output and provides a usage hint. Every sentence earns its place.

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

Completeness4/5

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

The description covers the tool's role (search by keyword), output (titles and resource IDs), and linkage to 'toronto_query'. It is sufficient for a low-complexity tool with full schema coverage and strong annotations. Minor omission: no mention of result ordering or pagination, but the limit parameter handles that.

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

Parameters3/5

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

Input schema coverage is 100%, with clear descriptions for 'query' and 'limit'. The description adds minimal semantic value beyond the schema, only mentioning 'keyword' which maps to 'query'. Baseline 3 is appropriate.

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 the verb 'Search' and the specific resource 'City of Toronto open-data catalogue' by keyword. It also distinguishes itself from sibling tools by explicitly linking to 'toronto_query' and implying its role in the pipeline of finding then querying datasets.

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

Usage Guidelines5/5

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

The description provides explicit guidance by saying 'use with toronto_query', which tells the agent exactly when to invoke this tool and what to do with the results. It also implicitly defines when not to use it (i.e., when you already have dataset IDs) and distinguishes it from 'toronto_recent'.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.