Skip to main content
Glama

site

Server Details

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

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?

No annotations are provided, so the description carries the full burden. It discloses what information is returned and that it is an initial schema-learning call, but it does not explicitly state that the operation is read-only or describe any side effects, cost, or response format. The 0-parameter, metadata-read nature makes this gap less severe.

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 output contents are listed first, and the actionable instruction 'Call this first' is placed in the second sentence. Every word earns its place.

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?

With zero parameters and no output schema, the description adequately covers the returned information and the intended call order. The only minor gap is that it does not specify the exact representation of numeric flags or provenance banner, but for a simple schema-discovery tool this is not critical.

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 and schema coverage is effectively complete, so the baseline is 4. The description adds value by enumerating the output fields (columns, numeric indicators, row count, provenance banner), which helps the agent know what to expect.

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 exact deliverable: columns, numeric flags, row count, and provenance banner for the Monthendly dataset. It also positions the tool as the schema-discovery entry point, which distinguishes it from sibling tools like dataset_row 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 Guidelines4/5

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

It explicitly says 'Call this first to learn the schema,' giving clear when-to-use guidance. However, it does not mention when not to use it or name alternatives, and the provenance banner overlap with dataset_provenance is not addressed.

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 Monthendly 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.8/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It usefully reveals that matching is any-of and that output order follows the input values order. However, it does not describe the return format, whether all matches are returned, pagination, or exact-match/case-sensitivity behavior.

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 conveys the resource, filter, ordering, and intended use case with no filler. Every clause contributes 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?

Adequate for a two-parameter read-style tool, but with no output schema and no annotations the description should say more about the returned row shape, the 'side by side' presentation from the title, and edge cases such as no matches or duplicate values. It leaves some operational ambiguity.

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 coverage is 0%, but the description directly maps 'column' to the field to filter on and 'values' to the list of values to match, and it adds the crucial semantic that the row order follows the given value order. This goes beyond the bare schema names.

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 identifies the resource (rows of the Monthendly dataset), the filtering action (column matches any given value), and the ordering behavior. The 'X vs Y questions' phrase gives a clear use case, but the description lacks an explicit verb like 'returns' and does not differentiate from sibling tools such as dataset_row or dataset_search.

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 explicitly scopes usage to 'X vs Y questions', which tells an agent when this comparison tool is appropriate. It does not state when not to use it or name alternatives, but the use-case cue is clear enough for selection.

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 Monthendly 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 and does a good job: it signals a read-only metadata lookup and enumerates the returned fields. It does not discuss error cases or permissions, but for a zero-parameter provenance lookup that is a minor gap.

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 compact sentence that front-loads the content of the tool and ends with the reason to use it. Every word earns its place; 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.

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 the returned information and the intended use case. An agent can correctly invoke this tool and know what to expect without needing any additional context.

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 schema coverage is 100%, so there is nothing for the description to add about parameters. The baseline of 4 applies because no parameter documentation is needed at all.

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, computed date, licence, and citation for the Monthendly dataset. It is clearly distinct from sibling tools like dataset_row, dataset_stats, or dataset_search, which handle data access rather than provenance 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 description explicitly tells the agent when to use it: 'Read this to attribute a figure correctly.' It does not explicitly list when-not-to-use conditions or alternatives, but the sibling tool names make the boundary obvious, and the guidance is actionable.

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 Monthendly dataset where a column equals a value exactly (case-insensitive).

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

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 burden. It usefully discloses case-insensitive exact matching, but it does not state whether a single row or all matching rows are returned, how results are ordered or limited, or what happens when no row matches. The singular title ('a row') and plural description ('rows') leave cardinality ambiguous.

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, front-loaded sentence with no filler. 'The rows ... where a column equals a value exactly (case-insensitive)' delivers the core operation and matching behavior in thirteen words.

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 two-parameter lookup with no output schema and no annotations, the description covers the match predicate but leaves the result shape, multiplicity, and edge-case behavior unspecified. It is adequate for a simple tool but not fully complete: an agent cannot predict whether the call returns one row or many, or what the payload looks like.

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%, so the description must give meaning to 'column' and 'value.' It does: 'where a column equals a value exactly.' This maps both parameters to their lookup roles, but it does not clarify data types, accepted column-name format, or value syntax beyond what the schema's minLength constraints imply.

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 an exact-match row lookup: 'Look a row up by an exact key' and 'rows ... where a column equals a value exactly.' The 'exactly (case-insensitive)' wording distinguishes it from fuzzy or partial search, though it does not name sibling tools explicitly.

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 exact-match/case-insensitive framing implies this is for looking up rows by an exact value rather than searching or stats, but the description gives no explicit when-to-use guidance, exclusions, or references to alternatives such as dataset_search. Usage context must be inferred by the agent.

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 Monthendly 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, the description carries the full burden and discloses meaningful behaviors: grouping commas and currency are handled, and non-numeric rows are excluded and counted. It does not clarify how excluded rows are represented in the result or how the statistics are returned, but the disclosed data-cleaning behavior adds real value.

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?

One compact sentence that front-loads the computed statistics and appends behavioral caveats in a parenthetical. Every word earns its place with no redundancy.

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 tool is simple (one parameter, no nested objects), but with no output schema and no annotations, the description should say something about the return shape or behavior on empty/non-numeric input. The stats list is complete, yet the result representation is left 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?

Schema description coverage is 0%, so the description must compensate. It adds that the column must be numeric and belong to the Monthendly dataset, which goes beyond the bare schema ('column': string). It does not specify format expectations such as exact name matching, but for a single parameter this is adequate.

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 (compute count, min, max, mean, median, sum) on a specific resource (a numeric column of the Monthendly dataset). The enumerated statistics clearly distinguish it from siblings like dataset_row, dataset_search, and dataset_columns.

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 intended use is implied by the title and the statistic list — an agent can infer this is the tool for descriptive statistics. However, there is no explicit guidance about when not to use it or how it compares to alternatives such as dataset_top or dataset_search.

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 Monthendly 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 states the sorting intent but does not reveal default limits, tie-breaking behavior, handling of missing or non-numeric values, or any other operational details beyond what can be inferred from the schema.

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 the main idea front-loaded. The quoted gloss is slightly redundant, and the typo "Monthendly" adds noise, but overall it is efficient and easy to parse.

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, minimal annotation coverage, and a thinly described parameter set, so the description is not fully adequate for correct invocation. An agent still needs to infer the default limit, the exact effect of `ascending`, and the expected return shape.

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 for the undocumented parameters. It adds useful meaning to `column` by specifying it must be numeric, and hints at `ascending` via "highest or lowest," but provides no guidance on `limit` or how the parameters interact.

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 ranks rows of the Monthendly dataset by a numeric column to find the most or least X. It identifies the resource and the operation, though it does not explicitly differentiate from siblings like dataset_stats or dataset_search.

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 "which is the most/least X" implies the tool is for top-N or bottom-N ranking queries, giving some usage context. However, it does not mention when to prefer this tool over sibling tools or provide any exclusion criteria.

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

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

    71
  • Offdayly: the site's own MCP server — dataset; every answer cites the site.

    71
  • Tieoutly: the site's own MCP server — dataset; every answer cites the site.

    71
  • Cmmsly: the site's own MCP server — dataset; every answer cites the site.

    71

Related MCP Servers

  • 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
    -
  • 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
  • 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
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 has a distinct purpose (schema, provenance, exact match, substring search, multi-value compare, stats, top/bottom), and descriptions clearly differentiate them. The only mild overlap is between dataset_row and dataset_compare, but the exact-match vs multi-value distinction is explicit enough to avoid serious confusion.

Naming Consistency4/5

All tools share a consistent 'dataset_' prefix in snake_case, which creates a clear family identity. However, suffixes mix nouns (columns, provenance, row, stats, top) with verbs (compare, search), so the pattern is not perfectly uniform verb_noun.

Tool Count5/5

Seven tools is well-scoped for a single-dataset query server. Each tool covers a distinct query pattern without redundancy or bloat, and the count sits comfortably within the ideal 3–15 range.

Completeness4/5

The tool surface covers the core needs for working with a dataset: schema discovery, provenance, exact lookup, full-text search, comparisons, numeric aggregates, and top/bottom ordering. Minor gaps exist, such as no dedicated count-by-filter or multi-column filtering, but agents can work around these using existing tools.

Resources