Skip to main content
Glama

Mozilla Data Collective

Server Details

Search the Mozilla Data Collective catalog of ethically sourced AI training datasets.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
fetchFetch dataset detailsA
Read-onlyIdempotent
Inspect

Fetch the full public details of one Mozilla Data Collective dataset by id or slug: description, organization, task, locale, license, format, size, pricing, and its page URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesDataset id or slug, as returned in the id field of search results.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior; the description adds that the data is 'public' and enumerates which fields will be returned. This extends the annotation context without contradicting it.

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 entire description is one dense sentence: the operation, input key, and expected return fields are all front-loaded with no filler or repetition of the title.

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 one-parameter read operation with full annotations, the description covers what is fetched and what is returned well enough. It omits explicit not-found or error behavior, but the absence of an output schema and low complexity keep this a minor gap.

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 coverage is 100% and the parameter description already states it is a dataset id or slug from search results. The tool description adds no new semantic detail for the parameter beyond what the schema provides.

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?

Description names a specific verb ('Fetch'), a bounded resource ('one Mozilla Data Collective dataset'), and the lookup key ('by id or slug'), then enumerates the returned details. This is distinguishable from siblings 'search' and 'list_filters' without needing their schemas.

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 makes clear this is for retrieving full details for a single known dataset, which implies a post-search or post-list step. It does not explicitly name when to prefer 'search' or 'list_filters', so it falls short of full exclusion guidance.

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

list_filtersList dataset filter valuesA
Read-onlyIdempotent
Inspect

List every value the search tool's filters accept: the tasks, locales, licenses and formats present in the catalog, plus the sort and date-range options. Task and license values are abbreviations, so taskLabels and licenseLabels spell them out. Filter values are matched exactly, so call this before filtering a search rather than guessing values. Takes no arguments.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare this as read-only, idempotent, and non-destructive, so the safety profile is covered. The description adds useful behavioral context: value types are abbreviations, labels are provided to spell them out, and matches are exact. It stops short of describing the output structure, but for a no-argument listing tool this is sufficient.

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?

Three sentences, front-loaded with the core purpose, and every sentence adds value: what is listed, the abbreviation nuance, and when to call it. There is no filler or repetition of schema information.

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?

For a no-argument, read-only enumeration tool, the description is complete. It tells the agent what values will be returned, highlights the label/abbreviation distinction, and explains the appropriate usage timing. No output schema exists, but the description sufficiently conveys the content and purpose of the output.

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

Parameters4/5

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

The tool has zero parameters and the schema already reflects that with an empty properties object. The description redundantly but helpfully states 'Takes no arguments,' leaving no ambiguity. Since there are no parameters to document, this dimension is fully satisfied.

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 uses a specific verb-resource pairing: 'List every value the search tool's filters accept' and enumerates the exact categories (tasks, locales, licenses, formats, sort, date-range). This clearly distinguishes list_filters from the sibling tools fetch and search, which retrieve data rather than enumerate filter options.

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?

It explicitly tells the agent when to use the tool: 'call this before filtering a search rather than guessing values.' It also warns that filter values are matched exactly, giving a concrete reason to use the tool rather than rely on assumptions. The instruction is direct and actionable.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedfetch
    • First observedlist_filters
    • First observedsearch

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Unified MCP server for discovering open datasets across Hugging Face, Zenodo, and Kaggle, with ranked search results and one-click Colab starter code generation.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides access to DataCite DOIs for research datasets, enabling searching and retrieval of dataset metadata.
    9
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables natural language search and discovery of open-access scientific datasets through the EOSC Data Commons OpenSearch service. Provides tools to search datasets and retrieve file metadata using LLM-assisted queries.
    14
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables users to search and retrieve research datasets via natural language queries, with tools for proposing and committing tag changes. Includes robust authorization, idempotent mutations, and an audit trail.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: list_filters enumerates accepted filter values, search returns matching dataset summaries, and fetch retrieves full details for a single dataset. There is no meaningful overlap or ambiguity between them.

Naming Consistency4/5

All names are lowercase imperative verbs and are easy to understand. list_filters follows a verb_noun pattern while search and fetch are single-word verbs, but the inconsistency is minor and does not hurt usability.

Tool Count5/5

Three tools is an appropriate, well-scoped size for a read-only catalog search and retrieval server. Each tool serves a necessary part of the discovery workflow: filter discovery, search, and detail fetch.

Completeness5/5

The tool surface fully covers the stated domain: discover available filters, search the catalog, and fetch detailed dataset information. There are no obvious dead ends or critical missing operations for this read-only purpose.

Resources