Skip to main content
Glama

Server Details

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

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

The description enumerates the returned data elements (columns, numeric indicators, row count, provenance banner) and implies a read-only schema inspection, providing adequate transparency without annotations.

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

Conciseness5/5

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

The description is a single focused sentence with an actionable instruction, containing no redundant or extraneous content.

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?

Although there is no output schema, the description names the key output categories and explains why to call the tool first, giving sufficient context for a simple schema-introspection endpoint.

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, so parameter documentation is not needed; the description fully covers the input space by omission.

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 columns, numeric flags, row count, and provenance banner for the Patientvo dataset, and explicitly instructs to call it first to learn the schema.

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

Usage Guidelines4/5

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

It gives explicit guidance to call this tool first to learn the schema, which is sufficient for a zero-parameter introductory schema tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

dataset_compareCompare rows side by sideAInspect

The rows of the Patientvo 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.7/5.0
Behavior3/5

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

There are no annotations, so the description must carry the full behavioral burden. It explains that rows are selected when the column matches any of the given values and that ordering follows the given values, but it does not mention exact-match semantics, case sensitivity, handling of missing values, or the output shape.

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 the core purpose, filtering logic, ordering behavior, and intended use case. There is no redundancy 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 filtering tool, the description provides enough context to understand what the tool does and when to use it. It lacks explicit notes on output format or edge cases, but these are not critical given the simplicity and the absence of an output schema.

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 provides only types and constraints, with no field descriptions, but the description explains both parameters: 'column' is the field to match and 'values' is the list of allowed values. The 'any of' wording clarifies that this is an OR-style filter, and 'in the order given' clarifies ordering semantics.

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 indicates that the tool retrieves rows from the Patientvo dataset based on matching a column against a list of values, and the title adds the side-by-side comparison intent. It is distinguishable from sibling tools like dataset_row or dataset_top because it selects multiple rows by specific column values.

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 phrase 'for "X vs Y" questions' gives some guidance on when to use the tool, and the 'any of the given values' wording implies comparing multiple specific values. However, it does not explicitly contrast with sibling tools such as dataset_search or dataset_row, so the guidance is present but not fully 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 Patientvo 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?

No annotations are provided, so the description carries the burden. It implies a read-only, metadata-retrieval action and enumerates the content returned. It does not disclose behavior like response format, whether data is cached/stale, or any errors, but for a provenance-only tool the gap is modest.

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, information-dense sentence plus a short directive, with no filler. The core content is front-loaded and every phrase earns its place.

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

Completeness5/5

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

For a parameterless metadata-retrieval tool with no output schema, the description enumerates all four key return elements (source, computed date, licence, citation) and the intended usage. Nothing essential is missing for an agent to invoke and interpret the result.

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 schema already conveys all relevant input semantics. The description usefully reinforces what the returned provenance fields are, exceeding the minimum baseline for a parameterless tool.

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 identifies the tool's purpose: returning the dataset's source, computed date, licence, and citation. The title reinforces this, and the stated use case ('attribute a figure correctly') distinguishes it from the sibling row/column/stat/search 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?

It explicitly says when to use it: when the user needs attribution/citation information. It does not spell out exclusions or compare itself to alternatives, but given the sibling list, the use case is clear enough.

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

With no annotations, the description must disclose behavior on its own. It states the matching condition (case-insensitive equality) but does not mention whether multiple rows can be returned, if there are result limits, ordering, or error handling when no matches occur. It is not misleading, but it is far from a transparent account of the tool's runtime behavior.

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, compact sentence that conveys the core functionality without extraneous words. It is well-structured and front-loads the dataset name and operation, making it easy to scan. No redundancy or unnecessary 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?

Given the simple schema (two strings) and the presence of sibling tools, the description adequately conveys the basic lookup operation. It differentiates from search by emphasizing 'exactly', but it does not mention return cardinality, limits, or when to prefer this over a broader search. It is sufficient for a trivial tool but lacks context to fully disambiguate all use cases.

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 clarifies that the 'value' parameter is matched case-insensitively and 'exactly', which adds semantics beyond the schema. However, it does not explain what 'column' refers to (e.g., column name format, whether it must exist) or that both parameters are required to perform a lookup. It provides partial enrichment but leaves gaps.

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 where a column equals a provided value, and explicitly notes case-insensitivity. The title reinforces the 'exact key' intent, distinguishing it from search-like tools. However, the description is phrased passively ('The rows... where a column equals') rather than as a direct command, and does not explicitly name the dataset as 'Patientvo' in a way that clarifies the resource being queried.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus its alternatives (e.g., dataset_search for partial matches, dataset_top for ranked rows). There is no mention of prerequisites, limitations, or scenarios where this tool is preferred. The description gives no actionable direction for selecting this over siblings.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

A4.2/5.0
Behavior4/5

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

Without annotations, the description provides meaningful behavioral details: it mentions that grouping commas and currency are handled, and that non-numeric rows are excluded and counted. This gives an agent insight into data preprocessing and potential edge cases, though it omits broader error conditions or 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 concise and well-structured: it lists the output statistics, specifies the dataset, and notes important data handling details in parentheses. Every sentence adds value, with no redundant or vague wording.

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 tool with a single parameter and a straightforward output, the description covers the core functionality and edge-case handling (currency, non-numeric rows). It does not specify the exact output format or return type, but this is not critical given the absence of an output schema and the simplicity of the task.

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 single parameter 'column' is minimally described in the schema (string, minLength 1). The description clarifies that it refers to a numeric column in the dataset, but does not elaborate on naming conventions, case sensitivity, or what happens if the column does not exist. The added context is modest beyond the schema.

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 action (computing summary statistics) and the specific resource (the Patientvo dataset), listing the exact statistics (count, min, max, mean, median, sum) and the target (a numeric column). This unambiguously distinguishes it from sibling tools like dataset_row or 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 description implies when to use it—when summary statistics are needed for a numeric column—and notes that non-numeric rows are handled. It does not explicitly compare against sibling tools, but the distinct purpose makes the appropriate context clear enough for an agent.

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

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

With no annotations, the description carries the full burden. It discloses the core behavior (ranking by numeric column, returning top/bottom rows) but omits details like return format, default limit, or error handling. It does not contradict any annotations, and the behavior stated is accurate, though sparse.

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, front-loaded sentence with no wasted words. It states the essential operation and use case efficiently. The structure is optimal for quick agent scanning.

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?

The tool is simple, but with no output schema, the description should clarify the return type (e.g., a list of rows) and any limits or defaults. It does not mention pagination, output structure, or behavior when the column is non-numeric. The missing details could lead to incorrect assumptions about the result format.

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 coverage is low (33%—only 'ascending' has a description). The description adds minimal parameter insight: it hints that 'column' must be numeric but does not explain 'limit' or 'ascending' defaults or behavior. Given the low coverage, the description fails to compensate, leaving agents without sufficient parameter guidance.

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 and description clearly state that the tool ranks rows by a numeric column, returning the highest or lowest values. It is distinct from siblings like dataset_stats (which likely aggregates) or dataset_row (which fetches a single row), though it does not explicitly name alternatives. The verb 'rank' is specific and the resource (Patientvo dataset rows) is identified.

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 'which is the most/least X' but does not provide explicit guidance on when to use this tool versus alternatives like dataset_stats or dataset_search. There are no exclusions or comparative context. The intended use case is inferable but not clearly articulated.

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server with a fictitious clinical database to develop and test agents, providing tools to search patients and retrieve full medical records (inpatient, outpatient, emergency) via HTTP streamable transport.
    -
  • 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.7/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: schema, search, exact row lookup, multi-value comparison, stats, top/bottom, and provenance. Some slight overlap exists between dataset_row and dataset_compare for single-value filters, but the descriptions generally make the intended use clear.

Naming Consistency4/5

All tools share a consistent dataset_ prefix and use snake_case, which makes them predictable. The suffixes are a mix of result nouns and action verbs, but this does not create confusion because the prefix dominates the naming pattern.

Tool Count5/5

Seven tools is a well-scoped set for a single-dataset query server. Each tool serves a distinct analytical need without unnecessary redundancy, making the surface easy to navigate.

Completeness4/5

The tool set covers schema exploration, provenance, exact lookup, text search, group comparison, summary stats, and top/bottom ranking. Minor gaps like pagination or distinct-value listing are workable around with existing tools, so the core domain is well covered.

Resources