Skip to main content
Glama

Nova Scotia Data Explorer

Search Nova Scotia Open Datasets

search_datasets

Search the Nova Scotia Open Data catalog (data.novascotia.ca) for datasets by keyword, category, or tag. Returns dataset names, IDs, descriptions, column names, and direct portal links. Use list_categories first to see valid category and tag names. Use the returned dataset ID with query_dataset or get_dataset_metadata for further exploration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by an exact tag name from list_categories (e.g. 'population', 'fisheries')
limitNoMaximum number of results to return (1–50, default 10)
queryNoFree-text search query (e.g. 'population', 'fisheries', 'road network')
offsetNoOffset for pagination (default 0)
categoryNoFilter by exact category name from list_categories (e.g. 'Health and Wellness', 'Lands, Forests and Wildlife', 'Crime and Justice', 'Population and Demographics')

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description discloses the return payload (dataset names, IDs, descriptions, column names, links) and the search scope. However, it does not mention potential rate limits, permission requirements, or any edge-case behaviors, leaving some ambiguity about side effects and constraints.

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 three sentences, each earning its place: it states the action, lists the return values, and gives workflow guidance. There is no redundant or filler content.

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?

For a tool with five parameters, no output schema, and no annotations, the description is quite complete: it covers purpose, returns, and downstream usage. It only misses explicit details about response pagination behavior or empty-result handling, but the schema documents offset/limit, and the workflow is clear.

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?

Schema description coverage is 100% and every parameter has a descriptive explanation with examples. The description adds no extra parameter semantics beyond what the schema already provides, so the baseline score of 3 applies.

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 that this tool searches the Nova Scotia Open Data catalog by keyword, category, or tag. It also differentiates from siblings by explaining the workflow with list_categories and query_dataset/get_dataset_metadata.

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 explicitly instructs users to run list_categories first to get valid category/tag names, and to use the returned dataset ID with query_dataset or get_dataset_metadata for further exploration. This provides clear when-to-use guidance and a workflow.

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.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: metadata retrieval, category listing, querying, and searching. There is no overlap that would cause an agent to select the wrong tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_, list_, query_, search_) and use snake_case throughout, making the set predictable and easy to navigate.

Tool Count5/5

With 4 tools, the set is well-scoped for an open data explorer. Each tool covers an essential workflow step without unnecessary bloat or thinness.

Completeness5/5

The tool set covers the full exploration lifecycle: discover datasets (search, list_categories), understand their schema (get_dataset_metadata), and retrieve data (query_dataset). No obvious gaps for read-only exploration.

Resources