Skip to main content
Glama

site

Server Details

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/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 concrete return contents and frames the operation as inspecting, not mutating, the Sudslane dataset; that is sufficient for a zero-parameter metadata query, though it does not explicitly say 'read-only'.

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 carry all essential information, with the output contents front-loaded and the usage guidance ('call first') at the end. No filler or repetition exists.

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?

Given no output schema and no annotations, the description compensates by listing the main returned elements and giving an ordering cue. It is complete for a simple schema-discovery tool, though it could briefly mention that it takes no arguments or allude to which sibling to use after schema discovery.

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

Parameters4/5

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

The tool has zero parameters, so there is nothing for the description to document. The baseline of 4 applies because no parameter semantics are needed; the schema already reflects an empty input object.

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 enumerates exactly what the tool yields — columns, numeric-column flags, row count, and provenance banner — so an agent can tell this is a schema-inspection tool. It is clear but lacks an explicit verb such as 'returns' and does not explicitly contrast itself with sibling tools like dataset_stats or dataset_provenance.

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?

"Call this first to learn the schema" is an explicit when-to-use instruction and positions it ahead of the sibling dataset tools. It does not go further to say when not to use it or name a specific alternative, so it misses the top criterion.

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 Sudslane 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.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose useful behavior: rows are filtered by column-value membership and ordered according to the given values. However, it does not describe output format, pagination/limits, behavior on no matches or duplicates, or explicitly confirm read-only status, leaving partial transparency.

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 front-loads the result and filtering criterion before adding the use case. There is no filler, repetition, or unnecessary detail.

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

Completeness4/5

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

For a simple two-parameter tool with no output schema or annotations, the description provides the essential facts needed to invoke it correctly: target dataset, filtering column, allowed values, output ordering, and the comparison use case. It omits response-shape and edge-case details, but those are less critical given the low complexity.

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 description coverage is 0%, so the description must compensate, and it does: 'column' is explained as the field to match on, and 'values' as the accepted values, with 'any' conveying OR semantics and 'in the order given' adding ordering meaning. It does not discuss constraints like minItems/maxItems, but those are already explicit in the input 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 identifies a concrete resource—rows of the Sudslane dataset—and specifies filtering semantics: rows whose column matches any of the given values. It clearly distinguishes itself from generic row or search tools through the phrase 'in the order given' and 'for X vs Y questions', but it lacks an explicit verb like 'returns' or 'fetches' and does not directly contrast with sibling 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 phrase 'for “X vs Y” questions' gives a clear intended context: compare rows across specific column values. This tells the agent approximately when to use the tool, but it does not name sibling alternatives or explicitly state when not to use it.

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 Sudslane 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 of behavioral disclosure. It clearly enumerates what the tool provides: source, date computed, licence, and citation. It also implies a read-only metadata operation. While it does not explicitly state side-effect-free behavior or auth requirements, nothing suggests mutation or complexity beyond a lookup.

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 one tightly written sentence that front-loads the key content fields and closes with a practical usage instruction. Every word earns its place, and the title reinforces the purpose without bloating the description.

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, no-output-schema metadata lookup, the description is complete. It names the dataset, enumerates the returned provenance elements, and tells the agent when to use it. There are no hidden inputs or complex behaviors left unexplained.

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 an empty input schema, so the baseline is 4. There is no parameter information needed, and the description correctly focuses on the tool's output rather than inputs. The description adds no param semantics because none exist.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: it returns provenance metadata for the Sudslane dataset, specifically the source, computation date, licence, and citation. This clearly differentiates it from sibling tools like dataset_row or dataset_stats, which handle data access and analysis rather than attribution metadata.

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

Usage Guidelines4/5

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

The description gives an explicit usage cue: 'Read this to attribute a figure correctly.' This tells an agent when to invoke the tool. It does not explicitly name alternatives or exclusions, but the use case is distinct enough from the data-oriented sibling tools that the guidance is sufficient.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

TDQS

C2.9/5.0
Behavior2/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 does mention case-insensitive matching, which is useful, but it omits details such as whether multiple rows are returned, what happens when no row matches, or any pagination/limits.

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 no filler. The matching behavior and case-insensitivity are both included efficiently, though the sentence is slightly awkward as a noun phrase rather than an active statement.

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 with no annotations and no output schema, the description is mostly adequate: it names the dataset, the matching rule, and case-insensitivity. However, it leaves out usage routing and edge-case behavior, so it is only minimally complete.

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 needs to explain the parameters. It does map 'column' and 'value' conceptually by saying 'where a column equals a value,' providing minimal but real semantic meaning beyond the bare 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 title clearly states 'Look a row up by an exact key' and the description explains that rows are returned when a column equals a value exactly, with case-insensitivity. This identifies the tool's function well, though it does not explicitly contrast with sibling tools like 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 Guidelines2/5

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

There is no explicit guidance about when to use this tool versus alternatives such as dataset_search or dataset_compare. The exact-match phrasing implies a use case, but the description does not state conditions, exclusions, or recommended 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 Sudslane dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

A4.3/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 of behavioral disclosure. It does well by stating that grouping commas and currency are handled and that non-numeric rows are excluded and counted. It does not explicitly state that the operation is read-only, but that is strongly implied by the nature of the tool.

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

Conciseness5/5

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

The description is a single, efficiently written sentence that front-loads the computed metrics and then adds the important formatting and exclusion behavior. Every phrase contributes useful information with no 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 one-parameter statistics tool with no output schema, the description is complete: it defines the input, lists the output metrics, and clarifies how special values are handled. An agent has enough information to select and invoke the tool correctly.

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

Parameters4/5

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

The schema only says the parameter 'column' is a non-empty string, giving no semantic meaning. The description compensates by specifying that the column must be numeric and belong to the Sudslane dataset, which is essential guidance for choosing a valid value.

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 operation (computing summary statistics) and the specific resource (the Sudslane dataset), and the list of metrics makes its function concrete. This clearly distinguishes it from siblings like dataset_search or dataset_row, which serve different purposes.

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 case is implied: use this tool when you need count, min, max, mean, median, or sum for a numeric column. However, it does not explicitly mention when to prefer this over alternatives like dataset_top or dataset_search, nor does it provide any exclusions or prerequisites.

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 columnAInspect

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

A3.5/5.0
Behavior3/5

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

With no annotations, the description must carry this burden; it does convey the core behavior (highest/lowest rows, numeric column). It does not mention behavior like non-numeric column handling or whether results are limited beyond the schema's limit property, but the operation is clearly a read-only ranking and the title reinforces that.

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 communicates the operation, dataset, and use case with no filler. The conversational quote earns its place by clarifying the intended question type.

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 low-complexity tool, the schema covers required column, limit range, and default direction, while the description adds numeric semantics and the most/least framing. It is adequate but not complete: with no output schema or annotations, it leaves return-value shape and edge cases (non-numeric column, limit effect) to inference.

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 the important 'numeric column' constraint and relates ascending to highest/lowest. It does not explain the limit parameter or its effect beyond the schema's min/max values, leaving a partial 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 states that the tool returns the highest or lowest rows of the Sudslane dataset by a numeric column, which is a clear verb+resource+scope. The quoted 'most/least X' reinforces the ranking purpose, but it does not explicitly contrast with siblings such as 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 quoted 'which is the most/least X' implies a ranking use case and gives the agent a way to map questions to this tool. However, there is no explicit statement of when to choose dataset_top over sibling tools or when not to use it.

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

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

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

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

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

    71

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server for academic research with shared token bucket governance, evidence-based read depth, and archival inscription. Uses multiple sources with failover to avoid rate limits.
    6
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that acts as a governed customer-support tool, resolving questions only when the knowledge base supports a cited, grounded answer and honestly escalating everything else with provenance and evidence.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for the full Pāli Tipiṭaka — ~444,000 segments at parity with SuttaCentral (Sutta + Vinaya + Abhidhamma). Hybrid search, full-sutta fetch with cross-references, segment-aligned translation comparison, and Pāli word lookup. Offered as Dhamma Dāna.
    11
    8
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation4/5

Each tool targets a distinct mode: schema, provenance, exact equality, substring search, multi-value comparison, statistics, and top-N ranking. The only mild overlap is between dataset_row, dataset_search, and dataset_compare, but their descriptions clearly separate exact match, contains, and ordered value-set matching.

Naming Consistency4/5

All tools share a consistent dataset_ prefix and snake_case convention, making the family instantly recognizable. The suffixes are a mix of nouns and verbs, but the pattern is still predictable and readable.

Tool Count5/5

Seven tools is well-scoped for a single-dataset query server. Each tool covers a necessary query or metadata concern without unnecessary redundancy or bloat.

Completeness5/5

The set covers schema discovery, provenance, exact lookup, search, comparison, statistics, and top/bottom ranking. For a read-only dataset tool, this covers the core querying workflows with no obvious dead ends.

Resources