Skip to main content
Glama

Server Details

Dispatchzo: the site's own MCP server — dataset; every answer cites the site.

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

7 tools
dataset_columnsDataset columns and shapeAInspect

The columns, which of them are numeric, the row count and the provenance banner of the Dispatchzo dataset. Call this first to learn the schema.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral transparency burden. It clearly discloses the output contents: columns, numeric indicators, row count, and provenance banner. For a zero-parameter metadata inspection tool, this is sufficient transparency about what the agent will receive.

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 two short sentences with no filler. The output contents are front-loaded in the first sentence, and the usage instruction is in the second, making it easy to parse quickly.

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 parameterless schema-introspection tool, the description is complete: it names the dataset, lists the return components, and tells the agent to call it first. No output schema exists, so describing the return values directly is the right and sufficient move.

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 no parameters and the schema is empty, so there are no parameter semantics to explain. The baseline of 4 for a zero-parameter tool applies, and the description does not need to compensate for any undocumented inputs.

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

Purpose4/5

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

The description clearly identifies what the tool returns: columns, numeric flags, row count, and provenance banner for the Dispatchzo dataset, and frames it as a schema-learning step. It does not explicitly distinguish itself from sibling tools by name, but 'Call this first' positions it as the initial schema-introspection tool.

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?

It gives explicit usage timing: 'Call this first to learn the schema.' This tells an agent when to use it in a workflow, though it does not state when not to use it or name alternative tools such as dataset_stats or dataset_provenance.

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

dataset_compareCompare rows side by sideAInspect

The rows of the Dispatchzo dataset whose column is any of the given values, in the order given — for "X vs Y" questions.

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes
valuesYes

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It transparently conveys the selection rule and ordering behavior, which is useful. But it does not disclose exact-match semantics, handling of missing values, duplicate values, or how results are returned, which matters for a comparison 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 a single efficient sentence that packs the core behavior, ordering, and intended use case without wasted words. It is front-loaded with the primary action and scoping.

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

Completeness3/5

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

For a simple two-parameter tool, the description is mostly adequate, but the lack of annotations and output schema means it should clarify more about return format and edge cases. It does not mention what happens when values are absent from the dataset or whether the output is genuinely 'side by side' as the title suggests.

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 0%, so the description must explain the parameters. It implies both 'column' (the field to filter on) and 'values' (the values to match) and adds that results are in the order of the given values. However, it is vague about whether values must be exact strings and does not clarify the relationship between the two parameters beyond the filter concept.

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

Purpose4/5

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

The description states a specific action: return rows from the Dispatchzo dataset filtered to those whose column matches any of the provided values, preserving the given order. This distinguishes it from siblings like dataset_row (single row) and dataset_search (broader search), though it does not explicitly name alternatives.

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

Usage Guidelines3/5

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

The phrase 'for "X vs Y" questions' gives a clear use case, implying comparison of specific rows. However, it does not state when to prefer this over dataset_search, dataset_row, or dataset_top, nor does it provide exclusions or alternatives.

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

dataset_provenanceWhere this data comes from, and how to cite itAInspect

The source, the date it was computed, the licence and the citation for the Dispatchzo dataset. Read this to attribute a figure correctly.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 carries the burden of explaining behavior. It effectively discloses the informational content returned, but it does not explicitly state read-only behavior, output format, or any side effects. For a simple metadata tool this is adequate but not fully transparent.

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 short sentences deliver the full purpose with no filler. The most important content—source, date, licence, citation—is front-loaded.

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 zero-parameter metadata tool, the description names the exact items returned and explains when to use it. It could be slightly richer by noting the output format, but nothing critical is missing for tool selection.

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, so the schema already fully covers the input space. The baseline of 4 applies because no parameter documentation is needed.

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 states exactly what the tool provides: source, computation date, licence, and citation for the Dispatchzo dataset. It is clearly distinct from sibling tools like dataset_search or dataset_stats, which focus on data access rather than provenance.

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 gives a clear usage context: 'Read this to attribute a figure correctly.' It does not explicitly name alternatives or when-not-to-use cases, but no sibling tool serves this provenance/citation purpose.

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

dataset_rowLook a row up by an exact keyAInspect

The rows of the Dispatchzo dataset where a column equals a value exactly (case-insensitive).

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

TDQS

A3.9/5.0
Behavior3/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 does disclose a useful behavioral trait (case-insensitive exact match), but it does not clarify whether multiple matching rows are returned or only one, how unmatched queries behave, or whether the operation is read-only. This is a notable gap for an unannotated 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 a single sentence with no filler. It conveys the core purpose, matching mode, and case-sensitivity in minimal words, and the title reinforces the action. Every word earns its place.

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

Completeness3/5

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

For a tool with no output schema and no annotations, important contextual details are missing. The title says 'row' (singular) while the description says 'rows' (plural), creating ambiguity about the expected result set. There is no mention of error behavior, performance implications, or what happens if no row matches. The tool is simple, so this is not a severe failure, but it is incomplete.

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?

Schema description coverage is 0%, so the description must compensate. It effectively explains both parameters: 'column' is the field to compare against, and 'value' is the exact string to match, with case-insensitive equality. This adds meaningful semantic context that the bare schema lacks.

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 states a specific operation: retrieve rows from a dataset by exact column match, with case-insensitivity. This clearly differentiates it from siblings like dataset_search, which implies broader/fuzzy matching, and dataset_top or dataset_stats, which serve different purposes.

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

Usage Guidelines3/5

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

Usage guidance is only implied: the phrase 'exactly (case-insensitive)' suggests this tool is for precise key-based lookups rather than fuzzy searches. However, there is no explicit statement of when to prefer this tool over alternatives, nor any exclusion criteria.

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

dataset_statsSummary statistics for a numeric columnAInspect

count, min, max, mean, median and sum of a numeric column of the Dispatchzo dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosure and does a good job: it reveals that grouping commas and currency are handled and that non-numeric rows are excluded and counted. It doesn't mention edge cases like empty columns or the exact output shape, but the listed statistics plus these behavioral notes are substantial.

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 a single tight sentence that packs the output list and key behavioral details into an efficient parenthetical. There is no redundancy, and the title complements rather than repeats the description.

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?

Given the tool's simplicity—one parameter and no output schema—the description is mostly complete: it enumerates the six statistics and explains how malformed data is treated. It would be slightly better if it specified the output format or behavior when there are no valid numeric rows, but those are minor gaps.

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 input schema only provides a `column` string with no description (0% schema description coverage), so the description must compensate. It does so by clarifying that the column must be numeric and that non-numeric rows are handled. For a single simple parameter, this is sufficient to guide invocation, though it doesn't specify valid column names or case sensitivity.

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

Purpose4/5

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

The title and description clearly identify the tool as computing summary statistics for a numeric column of the Dispatchzo dataset, listing the exact statistics returned (count, min, max, mean, median, sum). It is distinct from sibling tools like dataset_columns or dataset_top, though it does not explicitly name them.

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

Usage Guidelines3/5

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

The description implies usage by mentioning 'a numeric column', and the parenthetical about commas/currency and non-numeric rows gives context about when the tool is useful. However, it never explicitly states when to prefer it over alternatives such as dataset_top or dataset_search, nor does it provide exclusions.

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

dataset_topRank rows by a numeric columnAInspect

The highest (or lowest) rows of the Dispatchzo dataset by a numeric column — "which is the most/least X".

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
columnYes
ascendingNotrue for the lowest first; default highest first

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description must disclose behavior on its own. It states that it returns the highest or lowest rows by a numeric column, which covers the core behavior. However, it does not mention default ordering, the meaning of limit, or potential limitations such as ties or non-numeric column handling.

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 a single, focused sentence with a clarifying use-case phrase. It is front-loaded with the operation and resource, contains no filler, and every part adds meaning.

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

Completeness3/5

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

For a simple ranking tool, the description covers purpose and the numeric column requirement, and the schema covers limit constraints and ascending default. Still, there is no mention of output shape, no usage guidance versus siblings, and no handling of edge cases, leaving the overall context only minimally complete.

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

Parameters2/5

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

Schema description coverage is only 33%, so the description should compensate. It adds the 'numeric column' constraint and hints at ascending/descending via 'highest or lowest,' but it does not explain the limit parameter at all, nor does it clarify how the three parameters interact. The schema alone leaves too much implicit.

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 title states the operation precisely: 'Rank rows by a numeric column.' The description reinforces this with 'The highest (or lowest) rows ... by a numeric column' and gives a concrete use case ('which is the most/least X'). This clearly distinguishes it from siblings like dataset_search or dataset_stats.

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

Usage Guidelines3/5

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

The description implies usage for finding extremes or top/bottom rows, but it never explicitly says when to prefer this tool over alternatives, nor does it mention sibling tools or exclusion conditions. The use-case phrasing gives context, but there is no direct guidance.

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. 7 tool updates
    • First observeddataset_columns
    • First observeddataset_compare
    • First observeddataset_provenance
    • First observeddataset_row
    • First observeddataset_search
    • First observeddataset_stats
    • First observeddataset_top

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
    A
    maintenance
    An MCP server that acts as a governed customer-support tool, resolving questions only when the knowledge base supports a cited, grounded answer and honestly escalating everything else with provenance and evidence.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that exposes grounded, source-attributed question-answering over a collection of PDF documents.
    -
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for academic research with shared token bucket governance, evidence-based read depth, and archival inscription. Uses multiple sources with failover to avoid rate limits.
    6
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    MCP server for querying a page-citable research knowledge base built from PDFs, with exact filename and page citations.
    6
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct query need: schema, provenance, exact row lookup, substring search, multi-value ordered comparison, numeric stats, and top/bottom ranking. There is no meaningful overlap that would make an agent uncertain which tool to call.

Naming Consistency5/5

All tools follow a consistent `dataset_` prefix with concise snake_case names that clearly reflect their function. The naming convention is uniform and predictable across the entire set.

Tool Count5/5

Seven tools is a well-scoped set for a dataset-querying server. Each tool covers a distinct operation and none are redundant or superfluous.

Completeness4/5

The toolset covers schema discovery, provenance, exact and substring search, comparison, statistics, and ranking—strong coverage for a dataset Q&A server. Minor gaps exist such as no direct way to fetch all rows, list distinct values, or filter on multiple columns simultaneously, but these can usually be worked around with the existing tools.

Resources