Skip to main content
Glama

site

Server Details

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 must carry the behavioral disclosure burden. It implies a read-only, inspection-oriented operation and lists what will be returned. However, it does not explicitly state that the tool has no side effects, does not modify data, or note any permissions or limitations, leaving some safety behaviors implicit.

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 sentences with no filler. The first sentence enumerates the exact returned information, and the second provides actionable placement in the workflow. Every sentence contributes value.

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 parameterless metadata-discovery tool with no output schema, the description covers the key return values and tells the agent when to invoke it. It is slightly incomplete in not explaining what a 'provenance banner' is or how the returned columns are ordered, but these are minor gaps for a simple schema-inspection tool.

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 is empty, so there is nothing additional the description needs to explain about inputs. The baseline of 4 applies because no parameter semantics are required.

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 provides: columns, numeric flags, row count, and provenance banner for the Cmmsly dataset. It is not a tautology and the 'Call this first to learn the schema' phrase gives it an actionable purpose, though it uses a noun phrase rather than a strong verb like 'returns' or 'gets'.

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 explicit sequencing guidance: call this first to learn the schema. This helps an agent know when to use it during exploration. It does not explicitly name alternative sibling tools or explain when not to use them, but the 'first' instruction is clear enough for an initial discovery tool.

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 sideBInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes
valuesYes

TDQS

B3.4/5.0
Behavior3/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 does disclose the core behavior: filtering by column values with 'any of' semantics and preserving the given value order. It does not discuss case sensitivity, duplicate handling, or output shape, which are reasonable but unstated details.

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?

One sentence, zero redundency, with the resource front-loaded. The 'X vs Y' tag is valuable, non-obvious context. It could have added a sentence about output format, but as-is it is compact and easily parsed.

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 select-and-compare tool, this is not grossly insufficient. But with no output schema and no annotations, the agent is left guessing about the response shape and how rows are presented. The relationship to sibling tools is only implied by the name 'compare'.

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 clarify parameters. It establishes that 'column' is the matching attribute and 'values' are the candidate matches, and it relates the values array order to the result order. It does not explain constraints like minItems=2 or exact-match assumptions, but those are partially encoded in the schema.

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 concrete operation: retrieve rows whose column matches any of the given values, in the order supplied. The 'X vs Y questions' phrase gives context for why it exists. It does not explicitly contrast against sibling dataset tools, but the purpose is specific and distinguishable from names like dataset_search or dataset_top.

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 'for "X vs Y" questions' tag gives an implied use case, so an agent can infer when to reach for this tool. However, it does not explicitly say when not to use it or mention alternatives among the sibling tools, leaving the routing decision to the agent's inference.

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 Cmmsly 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?

No annotations are provided, so the description carries the behavioral burden. It clearly signals a read-only informational operation by enumerating metadata fields and instructing the agent to 'read this.' It does not discuss errors or formatting, but for a zero-parameter provenance lookup the behavior is adequately disclosed.

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, front-loading the data fields before the usage instruction. Every phrase earns its place and there is no fluff or redundancy.

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 tool with no output schema, the description tells the agent both what it returns and why it matters. The agent can select it and know it will get attribution metadata without further documentation.

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, which sets a baseline of 4. The description reinforces what the returned content means — source, date, licence, and citation — though there is no parameter-level semantics to clarify.

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 presents — source, computed date, licence, and citation — for the Cmmsly dataset. The title reinforces that it is about provenance and citation, which is clearly distinct from sibling tools for columns, search, stats, and other data operations.

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 an explicit purpose: 'Read this to attribute a figure correctly.' This tells an agent when to use it, though it does not name alternatives or provide an explicit when-not-to-use statement. Still, the context of sibling dataset tools makes the intended use clear.

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 keyCInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

TDQS

C2.7/5.0
Behavior2/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 mentions case-insensitive matching, which is a useful behavioral trait, but does not disclose whether multiple rows can match, what the output format is, or any access/rate limitations.

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 focused sentence that is easy to parse and front-loads the key behavior. It is concise, though it omits useful context.

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 simple two-parameter lookup tool with no output schema and no annotations, the description gives the basic idea but lacks critical details like output shape, potential multiple matches, and error behavior. It is minimally viable but not 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 0%, so the description must compensate, but it only mentions 'column' and 'value' implicitly without explaining types, format, or that 'value' must be a string. It adds minimal meaning beyond the raw schema.

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 clear verb and resource: look up rows in the Cmmsly dataset by exact (case-insensitive) column match. However, it does not distinguish itself from sibling tools beyond the dataset context, though the title adds 'exact key' specificity.

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 siblings like dataset_columns, dataset_compare, dataset_provenance. The description implies it is for exact-value lookups but does not state 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_statsSummary statistics for a numeric columnBInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

B3.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 behavioral burden. It does disclose that grouping commas and currency are handled and that non-numeric rows are excluded and counted—useful behavioral context. However, it does not describe the output structure, error handling, or whether the column must already exist.

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 sentence that front-loads the statistic list and then places the row-handling caveats in parentheses. It is economical with words, though the dataset name 'Cmmsly' appears to be misspelled.

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 one-parameter tool, the description adequately covers the target column and preprocessing behavior. But with no output schema and no annotations, an agent is left without information about the return format (e.g., dictionary vs list) and potential error conditions, leaving some ambiguity.

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 only parameter is 'column' defined as a non-empty string. The description adds meaning by clarifying the column must be numeric, but it does not specify how the column name is passed or how edge cases like whitespace or special characters are handled. Partial compensation for the schema gap.

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 explicitly enumerates the computed statistics (count, min, max, mean, median, sum) and identifies the target resource as a numeric column of the Cmmsly dataset. This distinguishes it from siblings like dataset_columns or dataset_top, though it relies on the title 'Summary statistics' to supply the verb.

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 provides no guidance on when to use dataset_stats versus alternatives such as dataset_search or dataset_top. It implies that the tool is for numeric column summaries, but it does not state selection criteria or 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 columnBInspect

The highest (or lowest) rows of the Cmmsly 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
Behavior2/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 of behavior disclosure. It only states that the highest or lowest rows are returned, but does not mention output shape, tie handling, missing values, non-numeric column behavior, or that it is a read-only operation. With no annotation safety net, this is a significant 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?

The description is a single, focused sentence with no filler. The core idea is front-loaded ('highest or lowest rows'), and the quoted 'which is the most/least X' is a compact, memorable framing that earns its place.

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 3 parameters, no annotations, and no output schema, the description is too thin. It does not clarify what the result looks like, how many rows are returned by default, or how the 'limit' parameter interacts with the ranking. An agent calling this tool correctly would need to infer too much.

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 only 33% (only 'ascending' has a description). The description adds valuable meaning to the required 'column' parameter by specifying it must be numeric. However, it does not explain the 'limit' parameter's semantics at all, leaving a key aspect of the tool's behavior undocumented.

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 'Rank rows by a numeric column' plus the description 'The highest (or lowest) rows of the Cmmsly dataset by a numeric column' clearly state a specific verb, resource, and scope. The phrase 'which is the most/least X' gives an intuitive framing that distinguishes it from sibling tools 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 when to use the tool: when you need the most/least extreme rows by a numeric column. However, it does not explicitly mention any alternatives or exclusion conditions, so an agent must infer the intended context from the purpose statement alone.

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

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

    71
  • Carbikly: 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
  • Topcoatly: 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
    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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation4/5

The seven tools are mostly distinct: schema, provenance, exact-match row lookup, substring search, value-list comparison, numeric stats, and top-N ranking each serve a clear purpose. dataset_row and dataset_compare both filter rows by column values, and dataset_stats/dataset_top both operate on numeric columns, so there is minor potential for confusion, but the descriptions disambiguate them adequately.

Naming Consistency5/5

All tools share a consistent dataset_ prefix and use lowercase snake_case throughout. The second segment is a concise operation or concept (columns, compare, provenance, row, search, stats, top), providing a predictable naming pattern.

Tool Count5/5

Seven tools is well-scoped for a single-dataset exploration server. Each tool addresses a distinct query type without redundancy or bloat.

Completeness5/5

The surface covers the full range of common dataset questions: schema discovery, provenance/citation, exact and fuzzy row retrieval, value comparison, numeric statistics, and ranking. No significant dead ends or missing operations are evident for the stated purpose.

Resources