Skip to main content
Glama

site

Server Details

RollCallWorks: 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 RollCallWorks dataset. Call this first to learn the schema.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.3/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 burden of explaining behavior. It does disclose the exact informational content returned and implies a read-only, low-risk operation, but it does not explicitly state that no data is modified or describe any other behavioral characteristics like cost or latency.

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 with no wasted words. The most important information—what the tool returns—is front-loaded, and the usage hint is placed immediately after in a concise, actionable form.

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 zero-parameter tool with no output schema, the description fully covers what an agent needs to know: the exact pieces of schema information returned and the recommended invocation order relative to other tools.

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 input schema is fully complete and there is no parameter ambiguity. The description adds value by explaining what the returned result will contain, which compensates for the absence of an output schema.

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 precisely states the tool's output: columns, which are numeric, row count, and provenance banner, all for a specific named dataset. It also names the tool's role ('Call this first to learn the schema'), making it clearly distinguishable from the sibling exploration tools.

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 context for use: call this first to learn the schema. It does not explicitly name alternatives or say when not to use it, but for a zero-parameter schema-introspection tool, the guidance is clear and sufficient.

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 RollCallWorks dataset whose column is any of the given values, in the order given — for "X vs Y" questions.

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes
valuesYes

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, and the description does not explicitly state whether the operation is read-only, idempotent, or has any side effects. While the nature of the action (returning rows) implies a safe read, the lack of explicit transparency about permissions or effects leaves some ambiguity.

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 concise, consisting of a single sentence that packs all essential information without redundancy. It follows a clear structure: subject, action, and purpose, making it easy to parse and understand.

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 only two parameters, the description is largely complete. It explains the selection logic and output ordering. However, it assumes prior knowledge of the 'RollCallWorks' dataset name and does not specify the return format (e.g., full row objects vs. specific fields), which could be relevant for an agent.

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 schema only defines types and constraints for 'column' and 'values'. The description adds crucial meaning: it explains that 'column' refers to a field in the dataset, 'values' are the set of values to match with an OR condition, and the 'order given' determines the output row order. This goes beyond the raw schema.

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 tool's function: it retrieves rows from a specified dataset where a given column matches any of the provided values, and arranges them in the order given. The phrase 'for X vs Y questions' explicitly identifies the intended use case, making the purpose unambiguous.

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 offers a general hint about when to use this tool ('for X vs Y questions') but does not explicitly contrast it with sibling tools such as dataset_row or dataset_search. An agent would need to infer that this tool is for comparing multiple rows rather than fetching a single row or searching based on arbitrary conditions.

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 RollCallWorks dataset. Read this to attribute a figure correctly.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It states the returned provenance fields and implies a read-only operation with no side effects, which is adequate for this simple 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 two short sentences with no wasted words. The key purpose is front-loaded, and the usage guidance is immediately actionable.

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 zero-parameter, read-only provenance lookup, the description covers the returned content and the intended use case. Nothing essential is missing given the tool's simplicity.

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?

There are no parameters, so the baseline applies. The description adds meaningful context about what the tool returns, even though there is no parameter schema to elaborate on.

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 identifies the resource (RollCallWorks dataset provenance) and states the exact content: source, computation date, licence, and citation. It distinguishes itself from sibling dataset tools by focusing on attribution metadata.

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 second sentence, 'Read this to attribute a figure correctly,' gives a clear when-to-use instruction. It does not explicitly contrast with sibling tools, but the use case is unambiguous enough for an agent.

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 RollCallWorks 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 burden of behavioral disclosure. It does disclose case-insensitivity, which is a useful behavioral trait. However, it does not mention whether results are limited, ordered, or how errors are handled. For a read operation this is a moderate gap; the case-insensitivity disclosure earns a 3.

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?

A single, front-loaded sentence that states the core operation and the key behavioral nuance (case-insensitive). No wasted words; the structure is clear and immediately usable.

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 exact-match lookup with two parameters and no output schema, the description is reasonably complete. It explains the matching semantics and case-insensitivity. However, it does not clarify whether multiple rows or a single row is returned (the title says 'a row' but the description says 'rows'), nor does it address ordering or pagination. Given the lack of annotations and output schema, the description leaves some ambiguity about the return shape.

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?

The schema provides only bare string parameters with no descriptions, so the description must clarify their meaning. It does: 'column' is the dataset column and 'value' is the exact value to match. This adds meaningful semantics beyond the schema, but it does not specify allowed values, formats, or any constraints beyond the minLength in the schema. It partially compensates for the 0% schema coverage.

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 tool returns rows from the RollCallWorks dataset filtered by exact column-value equality, and explicitly notes case-insensitivity. The title reinforces this as an exact-key lookup. This distinguishes it from sibling tools like dataset_search (which likely does fuzzy or broader matching) and dataset_top (which returns a sample), even though no sibling is named.

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 implies usage when exact, case-insensitive matching is needed, contrasting with a search tool. However, it does not explicitly state when to avoid this tool or name alternatives. The context is clear but lacks explicit exclusions or alternative routing, so it falls short of the top tier.

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 RollCallWorks dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It adds non-obvious details: grouping commas and currency are handled, and non-numeric rows are excluded and counted. This meaningfully informs result interpretation beyond the title.

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?

A single sentence that front-loads the output statistics and then adds edge-case handling details. There is no filler or redundant restating of the tool name or 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 simple one-parameter, read-only statistics tool, the description is nearly complete. It enumerates the returned values and key parsing/cleaning behaviors, though the meaning of 'excluded and counted' is slightly ambiguous and there is no explicit output shape.

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 0%, and the schema only says the 'column' parameter is a string. The description clarifies that the value must refer to a numeric column, which adds meaning, but it does not specify the expected identifier format, such as whether it must match dataset_columns names or be case-sensitive.

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 names the tool's exact outputs (count, min, max, mean, median, sum) and clearly scopes it to a numeric column of the RollCallWorks dataset. This is a specific verb-plus-resource statement that distinguishes it from row-level or search siblings.

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 establishes clear context: use this when aggregate numeric statistics for a column are needed. It does not explicitly say when not to use it or name alternatives, but the sibling tools' purposes are distinct enough that this description provides adequate situational guidance.

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 columnBInspect

The highest (or lowest) rows of the RollCallWorks 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

B3.4/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 behavioral disclosure. It correctly conveys a read-only ranking operation and the ordering direction, but it does not disclose default limit behavior, tie-breaking, or what happens with a non-numeric column. These are meaningful gaps for a tool that returns a ranked subset.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one tight sentence that front-loads the core behavior and includes a helpful natural-language query ('which is the most/least X'). It is concise with no filler, though it sacrifices some useful detail for brevity.

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

Completeness2/5

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

With no annotations and no output schema, the description must carry more context, but it only covers the basic purpose. Missing details include the optional limit parameter, the ascending parameter semantics, default ordering, return format, and guidance on which sibling tools to use instead. It is under-specified for a 3-parameter tool.

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%, with only the 'ascending' parameter described in the schema. The tool description does not mention 'limit' or 'ascending' by name, adding little beyond 'highest (or lowest)' which loosely maps to the ascending flag. The required 'column' parameter is implied but not formally tied to the schema.

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 explicitly says 'Rank rows by a numeric column', and the description clarifies 'The highest (or lowest) rows of the RollCallWorks dataset by a numeric column'. This clearly distinguishes it from siblings like dataset_row (single row), dataset_search (filtering), and dataset_stats (aggregates) by focusing on row ordering.

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 descriptive phrase 'which is the most/least X' implies when the tool is useful, but there is no explicit guidance on when to prefer this over alternatives, nor any exclusions. Sibling differentiation is left to the agent to infer.

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
    MCP server for grounded, cited AI: answers questions from live web sources, verifies claims, fact-checks documents, searches and reads URLs, summarises, classifies, and extracts fields, with usage tracking and status.
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server providing access to U.S. government primary-source records, fact-checks, news search, and trackers, with cross-referenced entity data and source links.
    4
    66
    MIT
  • 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
  • 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Each tool targets a distinct operation (schema, provenance, exact lookup, fuzzy search, comparison, stats, top-N), but dataset_row, dataset_search, and dataset_compare all return matching rows and could be confused without careful reading of their filter semantics.

Naming Consistency5/5

All tools share the dataset_ prefix and use clear lowercase snake_case names. The second part is sometimes a noun (columns, provenance, row) and sometimes a verb/search-style word, but the pattern is uniform and predictable.

Tool Count5/5

Seven tools is a well-scoped size for a single-dataset querying server. Each tool covers a distinct query mode without bloat or redundancy.

Completeness5/5

The set covers schema discovery, provenance/citation, exact value lookup, substring search, comparisons, numeric statistics, and top/lowest ranking. For a read-only dataset MCP server this is a complete lifecycle with no obvious dead ends.

Resources