Skip to main content
Glama

site

Server Details

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.8/5.0
Behavior4/5

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

Without annotations, the description carries the full burden of disclosing behavior. It lists the returned information (columns, numeric flags, row count, provenance banner) and implies a read-only inspection, but it does not explicitly state that the tool has no side effects. This is a minor omission but not misleading.

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, succinct sentence that conveys all necessary information without redundancy. It is well-structured for quick comprehension.

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?

Given that this is a schema-inspection tool with no parameters, the description provides all necessary context: what it returns, what dataset it applies to, and when to call it. No additional details are needed for an agent to use it correctly.

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

Parameters5/5

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

The tool has no parameters, and the description does not need to explain any parameter semantics. Since the schema confirms zero parameters, the description is perfectly adequate in this regard.

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 that the tool returns the columns, numeric flags, row count, and provenance banner of the Longtailo dataset. It also explicitly directs the agent to call this first to learn the schema, 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 Guidelines5/5

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

The description includes a direct usage instruction: 'Call this first to learn the schema.' This tells the agent exactly when to use this tool, which is sufficient given that it has no parameters.

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 Longtailo 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.6/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 mentions that rows are returned 'in the order given', which is a useful ordering detail, but it omits other critical behaviors such as whether the operation is read-only, what the response format looks like, or how edge cases (e.g., no matching rows) are handled. This is insufficient for a tool with no annotation support.

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

Conciseness5/5

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

The description is a single, efficient sentence that conveys the core behavior and use case without any fluff. The key constraint (order given) is stated early, making it front-loaded 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?

Given the tool has no output schema and no annotations, the description should clarify what the agent can expect. It does not mention the response format, whether all columns are returned, or what happens with empty results. It also lacks any performance or error-handling notes. For a simple two-parameter tool, this is still a notable gap in completeness.

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 implicitly explains both parameters: 'column' is the column to filter on and 'values' are the values to match, and it specifies that the order of 'values' determines the output order. However, schema coverage is 0%, so the description must compensate fully; it provides the core semantics but lacks details like exact matching rules, case sensitivity, or whether the column must be a string.

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 Longtailo dataset filtered by a column matching any of the given values, preserving the order of values. It also specifies the intended use case ('X vs Y' questions), making it easy to distinguish from sibling tools like dataset_search or dataset_row.

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 phrase 'for "X vs Y" questions' gives a clear context for when to use this tool, implying it is for comparing specific values rather than general searching or single-row retrieval. However, it does not explicitly name alternatives or state when not to use it, so it misses full exclusion guidance.

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

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?

With no annotations provided, the description carries the burden of behavioral disclosure. It states what data is returned but does not mention side effects, errors, or authentication requirements. For a simple metadata lookup with zero parameters, the implied read-only behavior is reasonably clear, but not fully detailed.

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 redundancy. The substantive content is front-loaded, and the practical purpose is stated in a concise second sentence.

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 tool with no output schema, the description adequately lists the returned fields (source, date, licence, citation) and explains why to use it. It omits details about output formatting, but that is a minor gap for such a straightforward 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 covers 100%, so no parameter explanation is needed. The description appropriately focuses on the returned fields rather than arguments, matching the baseline for parameterless tools.

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 the tool as returning provenance metadata—source, computed date, licence, and citation—for the Longtailo dataset. This distinguishes it from the other dataset_* sibling tools, though it lacks an explicit verb like 'returns' or 'retrieves'.

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 phrase 'Read this to attribute a figure correctly' gives a clear, specific use case for when to invoke the tool. It does not explicitly exclude alternatives, but the sibling tools are plainly unrelated to provenance or citation.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

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 behavioral disclosure burden and does add one useful non-obvious behavior: matching is exact but case-insensitive. It does not cover result cardinality, ordering, limits, or error behavior when no row matches, which are relevant for a lookup tool.

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 with no filler, and it front-loads the key qualifiers: exact match and case-insensitivity. It is slightly awkward as a noun phrase rather than an actionable statement, but it is appropriately compact.

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 lookup, the core semantics are present. However, with no output schema and no annotations, it does not state whether the response is a single row or an array of all matches, nor what happens on zero or multiple matches. This is a minimum-viable description rather than a complete one.

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 explains the roles of column (the field to match on) and value (the case-insensitive exact value), but mostly at the level already implied by the parameter names; there is no detail on format, escaping, or behavior if the column does not exist.

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 names the resource (rows of the Longtailo dataset) and the operation (match rows where a column equals a value exactly, case-insensitive). It lacks an explicit imperative verb like 'returns' or 'gets', but the title supplies that, and 'exactly' distinguishes it from fuzzy lookup tools.

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 'exactly' and 'case-insensitive' wording implies use when an exact key is known, but there is no explicit when-to-use guidance or mention of alternatives. In particular, dataset_search is a sibling but is never referenced, so the agent must infer the boundary between exact row lookup and search.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

A4.2/5.0
Behavior3/5

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

The description discloses how non-numeric rows are treated (excluded and counted) and mentions handling of commas/currency, giving some insight into edge cases. However, it does not mention potential errors, limitations, or whether the tool has any side effects, which leaves some behavioral aspects unspecified.

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, concise sentence that packs all necessary information without extraneous details. It is well-structured and front-loads the core purpose, making it easy to read and understand quickly.

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?

The description is self-contained for a simple tool with one parameter and no output schema. It names the dataset and lists the returned statistics, providing enough context for a user to know what to expect without needing additional 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?

The only parameter, 'column', is described as being a numeric column of the dataset, which adds meaningful context beyond the schema's generic 'string' type. This helps the user understand what kind of value to provide, though it could be more explicit about column naming conventions.

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 computes summary statistics (count, min, max, mean, median, sum) for a numeric column of the Longtailo dataset. The resource and operation are specific and unambiguous, making it easy to distinguish from other dataset 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 explains that grouping commas and currency symbols are handled and that non-numeric rows are excluded and counted, which guides the user on data preprocessing expectations. While it does not explicitly compare to sibling tools, the purpose is clear enough for a user to infer when this tool is appropriate.

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 Longtailo 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 behavioral disclosure. It says highest/lowest by numeric column, but does not state whether the operation is read-only, how ties are handled, what happens with non-numeric values, what the default limit is, or what the returned row shape looks like.

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, front-loaded sentence with no filler. It loses one point because it partly restates the title and uses a somewhat decorative em-dash phrase rather than adding fully independent behavioral detail.

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 three-parameter tool with no output schema and no annotations, the description plus schema are minimally adequate for an agent to select and invoke the tool. Missing context includes defaults, handling of invalid columns, and expected return format, which would improve call correctness.

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%, so the description must compensate. It adds meaning for 'column' by requiring a numeric column and explains 'ascending' via highest/lowest ordering, but it offers no explanation of 'limit', whose semantics are left to the schema's bounds.

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 verb, resource, and scope: return the highest or lowest rows of the dataset by a numeric column. The clarifying phrase 'which is the most/least X' makes the intent unmistakable and 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 Guidelines3/5

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

The description implies the use case: answer top/bottom numeric ranking questions. However, it does not explicitly mention when to prefer this tool over alternatives such as dataset_search or dataset_stats, nor does it state any exclusions.

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

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

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

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

    71
  • Yearendo: 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
    Not graded
    quality
    C
    maintenance
    MCP server that integrates with chat tools to provide context from local projects, enabling reviewed and cited prompts.
    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.9/5.0
Disambiguation4/5

Each tool targets a distinct query mode—schema, provenance, exact match, search, comparison, stats, and top-N—so there is little real ambiguity. The main possible confusion is between dataset_row and dataset_compare, since both filter by column values, but the descriptions clarify that compare is for ordered multi-value lookups while row handles single exact-value matches.

Naming Consistency5/5

All tool names follow a consistent dataset_<noun> pattern with lowercase snake_case, making the family easy to recognize and predict. Though the names use nouns rather than verbs, the convention is uniform and clear.

Tool Count5/5

Seven tools is a well-scoped set for querying and analyzing a single dataset. Each tool covers a distinct data-access need without redundancy or unnecessary bloat.

Completeness4/5

The surface covers schema discovery, provenance, exact and fuzzy lookup, multi-value comparisons, numeric stats, and top/bottom selection, which is comprehensive for typical dataset questions. A minor gap is the lack of categorical frequency counts or a way to retrieve all rows without a filter, but agents can work around those by combining existing tools.

Resources