Skip to main content
Glama

Server Details

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

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 full behavioral burden. It discloses the exact output contents (columns, numeric flags, row count, provenance banner), implying a read-only metadata operation. It omits potential edge cases or cost notes, but for a schema-inspection tool this is adequate.

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 filler: the first enumerates the outputs, the second gives the usage directive. Information is front-loaded and every word earns its place.

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, simple metadata tool with no output schema, the description fully covers what an agent needs: what it returns and when to call it. There are no missing parameters or return-format requirements to document.

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 zero parameters, so the input schema is trivially covered at 100%. Per the baseline for 0-parameter tools, a score of 4 is appropriate; the description adds no parameter-specific info because none 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 clearly states the tool returns the columns, which are numeric, row count, and provenance banner for the PerDiemDesk dataset. It uses specific resource and content terms, and the instruction 'Call this first to learn the schema' distinguishes it from sibling data-access 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 an explicit usage directive: 'Call this first to learn the schema,' positioning it as the entry point before other dataset tools. It does not name alternatives, but the timing guidance is clear and practical.

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 sideCInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes
valuesYes

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must carry the full behavioral burden. It says rows are returned in the given order for matching values, but it does not explicitly state that this is a read-only operation, how results are formatted, or what happens when no values match.

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 brief and contains no filler. It communicates the main selection rule and ordering behavior in one sentence, though the grammar is slightly awkward.

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?

The tool has no output schema and no parameter descriptions, so the description should provide enough context for an agent to know what is returned and how to call it safely. It gives the selection rule but omits return format, edge cases, and explicit relationship to sibling tools.

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 description maps 'column' and 'values' by saying 'whose column is any of the given values', and it mentions ordering. However, schema description coverage is 0%, and the description does not explain constraints like minimum/maximum values, string types, or how values should be formatted.

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 'Compare rows side by side' and description clearly indicate the tool retrieves rows from the PerDiemDesk dataset for given column values, which distinguishes it from sibling tools that search, summarize, or list columns. The phrase 'for "X vs Y" questions' adds useful intent context.

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

Usage Guidelines2/5

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

The description implies usage for comparison questions but does not explicitly state when to prefer this tool over siblings like dataset_row, dataset_search, or dataset_top. No alternative guidance or selection criteria are provided.

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 PerDiemDesk 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 provided, the description carries the full burden. It states exactly what information will be returned (source, computed date, license, citation), which is the core behavioral trait. It does not explicitly state it is read-only or side-effect-free, but the nature of the tool makes that clear. The description adds value beyond a simple 'get provenance' by enumerating the fields.

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 redundant wording. The core information is front-loaded in the first sentence, and the usage directive is concise and actionable. Every word earns its place.

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 simple, parameterless metadata lookup tool with no output schema, the description is fully sufficient. It tells the agent what the tool returns and when to use it. No additional context is needed for correct invocation or interpretation.

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 coverage is trivially 100%. The description does not need to explain any parameters. The baseline for 0-parameter tools is 4, and the description fulfills that by not attempting to describe nonexistent parameters.

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 tool's purpose: it returns provenance metadata (source, computed date, license, citation) for the PerDiemDesk dataset. It is distinct from sibling tools which focus on columns, comparison, rows, search, stats, and top values, so an agent can easily differentiate.

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 provides a clear usage context: 'Read this to attribute a figure correctly.' This implies the tool should be used when attribution is needed. It doesn't explicitly list exclusions or alternative tools, but the distinct purpose makes it obvious that it is not for data manipulation or queries.

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 keyBInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

TDQS

B3.1/5.0
Behavior3/5

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

The description explains the matching behavior, including exactness and case-insensitivity, but does not state whether the operation is read-only or mention edge cases like no matches, multiple matches, or errors. With no annotations provided, the description carries the burden of transparency and only partially satisfies 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 title and description are very short and directly convey the core purpose without unnecessary detail. The one-sentence description is front-loaded and easy to scan.

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?

The description provides enough information for a basic exact-match row lookup, but with no output schema it omits return format, result multiplicity, sorting, pagination, and no-result behavior. This leaves some context missing for an agent planning to invoke the 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?

The input schema has no parameter descriptions and the prose only says 'a column equals a value exactly.' It does not clarify which columns are valid, what value format is expected, or provide examples, so the parameters are only minimally understood.

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 states that the tool returns rows from the PerDiemDesk dataset where a column exactly matches a value, case-insensitively. This distinguishes it from the sibling dataset_search tool, though it does not explicitly name that alternative.

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

Usage Guidelines2/5

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

The description does not explicitly say when to use this tool versus dataset_search or other sibling tools. It implies exact-match lookup through the wording, but provides no direct guidance on selection criteria or alternatives.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

A4/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 behavioral disclosure. It usefully reveals that grouping commas and currency are normalized and that non-numeric rows are excluded and counted, which are non-obvious behaviors an agent needs to know.

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 conveys the full metric set and the important data-handling caveats. Every element is useful, and the key output names are front-loaded before the behavioral notes.

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, low-complexity tool, the description covers selection and invocation well. The main gap is the absence of an output schema and no mention of the return format, leaving the exact structure of the results slightly unspecified.

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 only defines 'column' as a string with minLength 1, and schema description coverage is 0%, so the description must add meaning. It clarifies that the parameter should be a numeric column of the PerDiemDesk dataset, but it does not provide examples, exact column-name expectations, or how to discover valid column names.

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 concrete operation—computing count, min, max, mean, median, and sum—for a numeric column of a specific dataset. It clearly differentiates from siblings like dataset_columns and dataset_search by specifying the statistical aggregation scope.

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 use for summarizing numeric columns in the PerDiemDesk dataset and notes non-numeric rows are excluded. However, it does not explicitly state when to prefer this tool over sibling tools or mention any circumstances where it shouldn't be used.

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 columnCInspect

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

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that rows are ranked by a numeric column, but fails to mention how ties are handled, what happens with non-numeric columns, whether nulls are excluded, or what the default limit is. The schema hints at limit and ascending, but the description adds no additional behavioral context.

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 a single concise sentence with an illustrative example. It is front-loaded with the core action (ranking rows). While it is not structured, it is appropriately brief and avoids unnecessary verbosity.

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?

For a tool with three parameters and no output schema, the description is too sparse. It does not mention the output format (e.g., which columns are returned, order), default limit, error conditions, or any constraints. An agent would have to infer many details, making it incomplete for confident invocation.

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% (only 'ascending' has a description). The tool description does not explain 'column' or 'limit' beyond what the schema already states. It adds a hint that the column should be numeric, but that's already implied by the title. For a tool with low schema coverage, the description should compensate but doesn't.

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 ranks rows of a specific dataset (PerDiemDesk) by a numeric column, returning the highest or lowest rows. The phrase 'which is the most/least X' provides a concrete usage example. This distinctly separates it from siblings like dataset_search (searching) and dataset_stats (aggregates).

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives. The description does not mention any conditions for selecting this over dataset_stats or dataset_search, nor does it exclude any scenarios. The agent is left to infer when ranking top/bottom rows is appropriate.

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
    C
    maintenance
    MCP server that maintains cited, current answers to standing research questions by tracking chosen sources, consolidating repeated coverage, and providing evidence-based briefs with change signals.
    1
    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 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation4/5

Each tool targets a distinct query pattern—schema, provenance, exact rows, substring search, stats, top values, and multi-value comparisons—so an agent can generally choose correctly. Some overlap exists between dataset_row and dataset_compare (both filter rows by column values), and dataset_search overlaps with dataset_row on substring matches, but the descriptions are clear enough to resolve the ambiguity.

Naming Consistency5/5

All tool names follow the same dataset_<operation> pattern, with clear nouns like columns, row, search, stats, top, compare, and provenance. The naming is uniform and predictable, with no mixed conventions.

Tool Count5/5

Seven tools is a well-scoped count for a single-dataset exploration server. Each tool covers a distinct query need without redundancy or unnecessary bloat.

Completeness5/5

The tool surface fully covers the read-only dataset workflow: schema inspection, provenance, exact lookup, substring search, statistical summaries, extreme-value ranking, and side-by-side comparisons. No obvious gaps would prevent an agent from answering typical questions about this dataset.

Resources