site
Server Details
Mustvo: the site's own MCP server — dataset; every answer cites the site.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
7 toolsdataset_columnsDataset columns and shapeAInspect
The columns, which of them are numeric, the row count and the provenance banner of the Mustvo dataset. Call this first to learn the schema.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden of behavioral disclosure. It reveals what the response contains and implies a read-only schema inspection, but it never explicitly states that the call has no side effects or other behavioral caveats. For a zero-parameter metadata tool this is acceptable, though not fully transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences contain no filler. The first sentence front-loads every artifact the tool returns, and the second gives the usage instruction. Every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool whose sole job is to report dataset schema, the description covers the returned columns, numeric flags, row count, and provenance banner, and tells the agent when to call it. It omits output-format details, but no output schema exists and the content is simple enough to be self-explanatory.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero properties and description coverage is 100%, so there are no parameter semantics to document. The baseline for zero-parameter tools is 4, and the description adds no parameter information, which is appropriate because no parameters exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies what is exposed: columns, which of them are numeric, row count, and provenance banner. It also frames the tool as the schema-learning entry point, which implicitly distinguishes it from sibling tools. It lacks an explicit verb like 'returns' or 'gets,' but the intent is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'Call this first to learn the schema' provides explicit sequencing guidance, which is a strong usage signal for an agent. It does not name alternatives or exclusions, so it stops short of a full when/when-not rule, but the 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_compareCompare rows side by sideAInspect
The rows of the Mustvo dataset whose column is any of the given values, in the order given — for "X vs Y" questions.
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| values | Yes |
TDQS
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 usefully discloses that rows are selected by matching a column against given values and that ordering follows the provided value order. However, it says nothing about behavior when no rows match, case sensitivity, duplicate values, or the shape of the returned comparison.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that packs the selection logic, ordering rule, and intended use case without any filler. It is front-loaded with the main behavior and ends with the purpose clause, making it maximally scannable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter read-style tool with no output schema, the description provides the essential invocation facts: what is returned (rows), how they are filtered, and in what order. It omits edge-case behavior and response formatting, but these are less critical given the low complexity and the visual title 'Compare rows side by side'.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has no descriptions for `column` or `values`, and schema description coverage is 0%, so the description must compensate. It does so by clarifying that `column` is the attribute to match and `values` are the accepted values, and it adds the important semantic that values are considered in the given order. This adds real meaning beyond the bare type constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear functional behavior: it returns rows of the Mustvo dataset whose column matches any of the supplied values, in the supplied order. It also frames the use case as 'X vs Y' questions, which helps distinguish it from more general row/search/stats tools, though it does not explicitly name those siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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, concrete context for when to use this tool over alternatives like dataset_row or dataset_search. It does not explicitly list when not to use it or name alternative tools, so it stops short of full exclusionary 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 Mustvo dataset. Read this to attribute a figure correctly.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the type of data returned (source, date, licence, citation) but does not explicitly state that the operation is read-only or non-mutating. While the nature of the tool implies no side effects, it would be safer to state this explicitly. It also doesn't mention any limitations like caching or staleness.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences with no filler. It front-loads the key information (what is returned) and immediately follows with a clear usage instruction. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter metadata retrieval tool with no output schema, the description adequately covers what it returns and when to use it. It could specify the return format more precisely, but for such a simple tool, the description is nearly complete. The sibling tools don't overlap in function, so there's no risk of confusion.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema reflects that. Per the rubric, a baseline of 4 applies for 0 parameters, and the description correctly doesn't attempt to explain parameters that don't exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific resource (Mustvo dataset) and the information provided (source, date, licence, citation). It distinguishes itself from sibling tools that operate on data content rather than metadata, making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use it ('Read this to attribute a figure correctly'), giving a clear usage context. It doesn't mention alternatives or exclusions, but the purpose is so distinct from siblings that this 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 keyBInspect
The rows of the Mustvo dataset where a column equals a value exactly (case-insensitive).
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| column | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the full behavioral disclosure. It states the matching is exact and case-insensitive, which is useful. However, it does not mention what the output looks like (e.g., entire rows or identifiers), whether multiple matches are returned, what happens on no match, or any error conditions. These gaps leave the agent guessing about the result format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is front-loaded with the core behavior (exact, case-insensitive matching). There is no wasted verbiage, and the key qualifiers are placed early. It is both concise and structured effectively.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple tool with only two string parameters and no output schema. The description covers the essential matching logic, but it omits details about the return value shape, multiplicity, and failure modes. Given that annotations are absent, an agent might not know whether to expect a single row or a collection. The description is adequate for a basic lookup but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must explain the parameters. It does so implicitly: 'where a column equals a value' clarifies that 'column' is the dataset column name and 'value' is the value to match. This adds meaning beyond the bare string types in the schema, but it doesn't specify constraints like column must exist or whether the value should be quoted. It's adequate but not thorough.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The title 'Look a row up by an exact key' and description 'The rows of the Mustvo dataset where a column equals a value exactly (case-insensitive)' clearly state the verb (look up), resource (rows), and the exact matching semantics. This distinguishes it from dataset_search, which implies a broader or fuzzy search, and from dataset_stats or dataset_top which aggregate. The purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 this tool versus its siblings like dataset_search. It does not mention scenarios where exact match is preferred or when a different tool would be more appropriate. The 'exact' in the title hints at a use case, but there is no explicit comparison or exclusion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dataset_searchSearch the datasetBInspect
Rows of the Mustvo dataset whose cells contain the query (case-insensitive), up to 50.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | text to look for in any cell |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the burden of disclosing behavior. It does mention that the search is case-insensitive and that results are limited to 50, which gives some transparency. However, it does not specify what happens when no rows match, how the rows are ordered, or whether the search spans all columns, leaving some behavioral aspects undisclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and to the point, consisting of a single sentence that effectively captures the core functionality, the case-insensitivity, and the maximum result count. There is no redundant information or verbosity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (no output schema, no nested structures), the description is sufficiently complete for an agent to understand what the tool does and what its parameters are. It could be slightly more complete by mentioning the return format or error behavior, but these are not critical for a simple search operation and are typically inferred.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides a description for query ('text to look for in any cell') but not for limit. The overall description clarifies query's role but only implies limit's purpose via 'up to 50'. Since schema coverage is 50% (only query described), the description adds some value by explaining the limit as a cap, but it does not fully elaborate on how limit interacts with the search (e.g., whether it applies after all matches are found).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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 Mustvo dataset whose cells contain the query, which conveys the search functionality. It implicitly differentiates itself from sibling tools like dataset_row (which fetches a specific row) and dataset_top (which returns top rows without a search). However, the verb 'search' is only implied, not explicitly stated, making it slightly less direct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 this tool versus alternatives. It does not mention that this should be used for text searching or that it is inappropriate for other tasks like fetching specific rows or getting statistics. The only hint is the search condition and the limit, but there is no explicit 'use this when...' or 'instead of...'.
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 Mustvo dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses that grouping commas and currency are handled and that non-numeric rows are excluded and counted, which is valuable. However, it doesn't mention whether the operation is read-only, error handling, or performance, but for a stats tool these are less critical. It adds context beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One concise sentence that packs all essential information: the operation, the output statistics, and data handling behaviors. No filler, perfectly front-loaded. It earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with no output schema, the description is fairly complete. It specifies what statistics are returned and how data quirks are handled. It doesn't cover edge cases like missing columns or empty results, but those are minor. Overall, an agent can correctly invoke it without further clarification.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter 'column' with no description, and schema coverage is 0%. The description mentions 'numeric column of the Mustvo dataset', which implies the parameter is a column name and that it must be numeric. However, it doesn't provide examples, format expectations, or clarify case sensitivity or exact naming. It provides some meaning but not fully compensates for the lack of schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb (compute) and resource (numeric column of the Mustvo dataset) and lists the exact statistics returned. It distinguishes from siblings like dataset_row or dataset_search by focusing on aggregation, making it unmistakable what this tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
While not explicitly stating when to use this vs alternatives, the specific purpose (summary statistics for a numeric column) strongly implies its use case. It doesn't mention exclusions or alternatives, but the sibling names (columns, compare, row, search, top) are distinct enough that confusion is unlikely. It's clear but could have explicitly stated 'use this when you need column statistics'.
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 Mustvo dataset by a numeric column — "which is the most/least X".
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| column | Yes | ||
| ascending | No | true for the lowest first; default highest first |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of explaining behavior. It states that the tool returns the highest or lowest rows by a numeric column and mentions the ascending default via the parameter description. However, it does not explicitly describe side effects, output format, or tie handling, so it is not fully transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence with an em-dash use-case illustration. It is front-loaded and contains no filler, making it easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema, and the description does not specify what is returned (e.g., full rows, only the column, or a ranked table). This is a notable gap for an agent deciding how to use the result, though the core ranking behavior is clear.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description clarifies that the column must be numeric, adding semantic value beyond the schema. However, the limit parameter is left undescribed in both schema and description, and ascending is only explained in the schema. With only 33% schema description coverage, more compensation was needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool ranks rows by a numeric column and returns the highest or lowest rows, with the use case 'which is the most/least X'. This 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.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives a natural-language use case ('which is the most/least X') but does not explicitly contrast with sibling tools or explain when to prefer this over dataset_row or dataset_stats. Some guidance is present, but alternative differentiation is missing.
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.
7 tool updates
- First observed
dataset_columns - First observed
dataset_compare - First observed
dataset_provenance - First observed
dataset_row - First observed
dataset_search - First observed
dataset_stats - First observed
dataset_top
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP 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.6MIT
- AlicenseNot gradedqualityAmaintenanceAn 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
- AlicenseNot gradedqualityBmaintenanceMCP server that answers questions using Reddit discussions as evidence, searching threads, fetching comments, and ranking useful context, with optional cited answer synthesis.MIT
- FlicenseAqualityCmaintenanceMCP server for querying a page-citable research knowledge base built from PDFs, with exact filename and page citations.6-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Most tools target clearly distinct operations: schema, provenance, exact match, substring search, stats, ranking, and comparison. dataset_row and dataset_compare both filter by column values, but their stated purposes (exact lookup vs. ordered multi-value comparison) keep them mostly distinguishable.
All tools share a consistent dataset_ prefix and snake_case style, making the namespace predictable. There is minor mixing between noun-style names (dataset_columns, dataset_row) and verb-style names (dataset_compare, dataset_search), but the overall pattern is still readable.
Seven tools is well-scoped for a single-dataset exploration server. Each tool covers a distinct common query need without unnecessary redundancy.
The surface covers schema discovery, provenance, exact lookups, substring search, numeric summaries, top/bottom ranking, and multi-value comparisons. Minor gaps like combined filters or pagination beyond 50 results exist, but agents can work around them for most questions.