Skip to main content
Glama

site

Server Details

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.3/5.0
Behavior3/5

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

There are no annotations, so the description carries the burden of disclosing behavior. It implies a read-only metadata operation by listing returned information, but it does not explicitly state that no data is modified or that no side effects occur.

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 and directly states the return contents and when to call. There is no extraneous detail 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 zero-parameter tool with no output schema, the description lists all key outputs and provides usage context. It is sufficient for an agent to decide when and why to invoke this 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 no parameters and the schema description coverage is 100%, so the baseline is high. No parameter explanation is needed, and the description correctly focuses on the output.

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

Purpose5/5

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

The description clearly states the tool returns the dataset's columns, numeric flags, row count, and provenance banner, and it is positioned as the first call to learn the schema. This distinguishes it from sibling tools like dataset_compare and 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?

The phrase 'Call this first to learn the schema' gives explicit temporal guidance, implying it should be used before other dataset operations. It does not explicitly name alternatives, but the instruction to call first provides sufficient context.

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 Keysvo 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.1/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 does mention that rows are returned 'in the order given', which is a behavioral trait, but it does not state whether rows are returned in full, how results are paginated, or any side effects (though likely read-only). It lacks details on output format and error handling, which is a significant gap for a tool with no annotations.

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 that states the core behavior and use case without unnecessary words. It is concise and efficient, though it could be slightly clearer about the comparison aspect. Overall, it is well-structured and avoids fluff.

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 is the only source of context. It covers the filtering and ordering logic, but does not describe what the returned rows contain (e.g., all columns or just the compared column), pagination, or any prerequisites. For an agent to correctly interpret the result, more detail is needed.

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 that 'column' is the column to filter on and 'values' are the values to match, and that the order of values determines the order of rows. However, it does not elaborate on constraints like min/max length or the array nature, which are already in the schema. It adds some meaning but not exhaustive.

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 the tool selects rows whose column matches any of the given values, preserving the given order, and is aimed at 'X vs Y' comparisons. This distinguishes it from sibling tools like dataset_row (single row) or dataset_search (general search). It is specific about the operation and resource, though it could be more explicit about the side-by-side comparison aspect.

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 gives a clear use case ('for X vs Y questions'), which implies when this tool is appropriate, but it does not explicitly mention alternatives or when not to use it. There is no comparison to siblings like dataset_search or dataset_top, so the guidance is implied rather than explicit.

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.3/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 disclosure. It states what information is returned (source, date, licence, citation) but does not mention output format, pagination, or any side effects (though there are none for a metadata read). It is adequate but not rich.

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 extremely concise—two sentences—and front-loads the key content (what it provides) before the usage hint. There is no redundant or filler wording.

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 no-parameter, no-output-schema metadata tool, the description fully covers what an agent needs: it specifies the exact fields returned and the purpose. Nothing is missing for successful invocation.

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 the description does not need to explain them. Per the rubric, a baseline of 4 is appropriate when no parameters exist, and the description adds no param-related details but also does not need to.

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 provides the source, computed date, licence, and citation for the Keysvo dataset. This is a specific verb+resource, and it is distinct from siblings like dataset_columns or dataset_stats which focus on other aspects.

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 advises reading this tool 'to attribute a figure correctly', giving a concrete use case. It does not explicitly contrast with alternatives, but given the sibling list, the purpose is unambiguous and the usage context is 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 Keysvo 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?

With no annotations, the description must carry the full behavioral burden. It only discloses that matching is case-insensitive, but omits critical details like whether multiple rows can be returned, how column names are handled, or any performance or error behavior. This is insufficient for a tool with zero annotation coverage.

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 front-loads the core behavior. It is not verbose and avoids redundancy, earning a high score for conciseness. However, its brevity limits the amount of useful information conveyed.

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 only two parameters, no output schema, and no annotations, the description should provide sufficient context for an agent to call it correctly. It lacks usage guidance, return format details, and edge-case handling. The ambiguity between 'row' (singular) in the title and 'rows' (plural) in the description further reduces completeness.

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 clarify parameter meaning. It states that 'column' is a column in the dataset and 'value' is the exact value to match, but adds little beyond the parameter names. It doesn't specify formats, whether column names are case-sensitive, or how values are represented.

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

Purpose4/5

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

The description clearly states that the tool returns rows from the Keysvo dataset where a specified column equals a value exactly, with case-insensitivity. It identifies the resource and operation distinctly, though it doesn't explicitly differentiate from sibling tools like dataset_search. The title reinforces the 'exact key' purpose, making it understandable.

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 guidance on when to use this tool versus alternatives. No mention of when exact matching is preferred over fuzzy search (dataset_search) or when to use other sibling tools. The agent receives no context for selecting this tool over others.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

B3.4/5.0
Behavior3/5

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

The description discloses handling of grouping commas, currency, and exclusion of non-numeric rows, which provides some behavioral insight. However, without annotations, it lacks details on edge cases, errors, or operation side effects.

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 with a parenthetical for additional notes. It avoids unnecessary wording and is well-structured.

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

Completeness3/5

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

The description covers the core functionality and important data handling, but it does not specify the return format, error handling, or behavior when the column is entirely non-numeric. For a simple tool, this may suffice, but more detail would improve completeness.

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

Parameters2/5

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

The only parameter 'column' is described only by context ('a numeric column of the Keysvo dataset'). No explicit format (name vs. index) or constraints are given, and the schema has no description.

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: computing count, min, max, mean, median, and sum for a numeric column. It distinguishes itself from sibling tools like dataset_row or dataset_top by focusing on statistical summaries.

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

Usage Guidelines2/5

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

The description does not explicitly state when to use this tool compared to alternatives. It implies numeric summary usage but provides no comparative guidance against sibling tools.

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

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

There are no annotations to indicate read-only behavior or side effects. The description gives some behavioral insight (ordering by highest/lowest, numeric column) but does not mention defaults for limit or ascending, nor whether it returns full rows or just values. Since no annotations are present, the description carries the burden but only partially fulfills it.

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

Conciseness5/5

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

The description is a single, concise sentence that directly conveys the tool's purpose. It avoids unnecessary detail and is well-structured for quick comprehension.

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 ranking tool, the description covers the core logic but omits important context such as the shape of the returned data (full rows vs. specific fields) and the default value for limit. Without an output schema, this missing information could lead to incorrect assumptions about the tool's behavior.

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

Parameters3/5

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

The schema provides a description only for 'ascending', leaving 'column' and 'limit' without explanation. The description adds that the column must be numeric and clarifies the meaning of ascending (most/least), but does not explain the limit parameter or its default behavior. Overall schema coverage is low, and the description partially compensates.

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

Purpose5/5

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

The description clearly states the tool returns the highest or lowest rows by a numeric column, which is a specific verb and resource. It distinguishes itself from sibling tools like dataset_search (which likely filters) and dataset_stats (which aggregates) by focusing on ranking. The title reinforces this purpose.

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 usage for answering 'which is the most/least X' but does not explicitly state when to prefer this over alternatives such as dataset_search or dataset_stats. No direct comparison or exclusion is provided, leaving the agent to infer the appropriate context.

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

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

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

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

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

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation4/5

Each tool targets a distinct query mode: schema, metadata, exact match, substring search, multi-value comparison, statistics, and top/bottom ordering. There is minor overlap between dataset_compare and dataset_row since both filter on column values, but their descriptions clearly separate multi-value ordered lookups from single exact matches.

Naming Consistency4/5

All tools share the consistent dataset_ prefix and snake_case format, which makes the family easy to recognize. However, the suffixes mix nouns (columns, provenance, row, stats, top) with verbs (compare, search), so the pattern is consistent in prefix but not perfectly uniform in part of speech.

Tool Count5/5

Seven tools is well-scoped for a dataset query server. Each tool covers a distinct useful operation without redundancy or bloat, and the count feels appropriate for the stated purpose.

Completeness5/5

The toolset covers the full read-only dataset lifecycle: schema discovery, provenance, exact lookup, fuzzy search, value comparison, numeric statistics, and top/bottom ranking. There are no obvious dead ends for common dataset questions, and no missing operations seem necessary for the domain.

Resources