Skip to main content
Glama

Server Details

Medcontra: 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 Medcontra 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?

With no annotations, the description carries the full disclosure burden. It enumerates exactly what the tool returns — columns, numeric indicators, row count, and provenance banner — and frames the operation as schema discovery, which implies safe read-only behavior. It could be more explicit about output formatting, but the behavioral profile is largely transparent.

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 with no filler. The output contents are listed efficiently, and the most important guidance — 'Call this first' — is clear and memorable.

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 zero-parameter tool with no annotations and no output schema, the description gives enough context: what the tool returns, for which dataset, and when to call it. The only minor gap is that 'provenance banner' is not explained, but the overall context is adequate.

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 input schema is empty and schema coverage is 100%, so there are no parameter semantics to document. The description adds no duplicated parameter detail and simply reinforces the intended first-step usage, matching the baseline for a zero-parameter 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 states a specific purpose: retrieve the columns, numeric flags, row count, and provenance banner for the Medcontra dataset. The phrase 'Call this first to learn the schema' gives the tool a distinct role among the siblings, so an agent can identify when to use it.

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 tells the agent to call this tool first to learn the schema, which is strong contextual guidance. It does not name alternatives or exclusion cases, but for a zero-parameter schema-introspection tool this 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_compareCompare rows side by sideAInspect

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

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

With no annotations, the description carries the burden of behavioral disclosure. It reveals useful behaviors: matching 'any of the given values' (OR semantics) and preserving the supplied order. However, it does not explain what 'side by side' comparison means in the output, nor any result formatting or edge-case 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 front-loads the core behavior and use case. Every phrase contributes meaning, and there is no redundant or filler content.

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 tool, the description covers the main invocation details. However, with no output schema and no annotations, it leaves unspecified what the returned rows look like or how the side-by-side comparison is presented, which an agent might need to know for post-processing.

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. It explains that 'column' is the field to match on and 'values' are the matching targets, with order semantics tied to the values array. This adds meaning beyond the bare schema, though it could be more explicit about each parameter individually.

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

Purpose4/5

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

The description clearly identifies the resource (Medcontra dataset rows) and the operation (select rows whose column matches any given values, preserving the given order). It implicitly distinguishes itself from sibling tools like dataset_row by focusing on multiple-value lookups for comparison, though it doesn't explicitly name alternatives.

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 provides a clear use case: 'for X vs Y questions,' which tells an agent when this tool is appropriate. It does not explicitly list exclusions or alternatives, but the context is sufficient to infer its purpose relative to sibling tools.

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 Medcontra 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 behavioral transparency burden. It clearly indicates this is a read-only metadata lookup and reveals what information will be returned. It does not describe the exact return format, but for a static provenance tool that is a minor gap.

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 sentence that front-loads the provenance content and then gives a practical use case. There is no repetition of the title and no wasted words.

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, the description fully covers what an agent needs: what information is available and why to call the tool. The absence of an output schema is mitigated by the explicit list of fields.

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 there is no parameter-level meaning for the description to add. The baseline of 4 for parameterless tools applies.

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 a specific resource (the Medcontra dataset) and enumerates the exact provenance fields: source, computed date, licence, and citation. This makes it clearly distinct from sibling tools that operate on columns, rows, stats, search, or comparisons.

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 states when to use the tool: to attribute a figure correctly. It does not name alternatives or exclusion conditions, but the purpose is so distinct from the sibling data tools that an agent can reliably infer when it applies.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

TDQS

B3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals case-insensitivity but does not state whether zero, one, or many rows are returned, whether results are paginated or truncated, whether the operation is read-only, or what happens when no match is found.

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, economical sentence with no filler. The core exact-match semantics are front-loaded, and the case-insensitive caveat is attached without cluttering the main point.

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?

For a simple two-parameter lookup tool with no annotations and no output schema, the description leaves meaningful gaps: it is unclear if multiple rows can be returned, what the result shape is, and how this differs from dataset_search. The core semantics are present, but an agent would need to infer too much before calling confidently.

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 input schema provides no parameter descriptions (0% coverage), and the description only vaguely maps 'column' and 'value' through the phrase 'where a column equals a value.' It does not explain valid column names, value formatting, or edge cases, so it only minimally compensates for the schema 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 clearly identifies the resource (rows of the Medcontra dataset) and the operation (retrieve rows where a column equals a value exactly, case-insensitively). It aligns with the title's 'exact key' idea and implies a distinction from dataset_search, though it does not explicitly name the distinction.

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 exact-match and case-insensitive phrasing implies this tool is for precise equality lookups rather than fuzzy or broad search. However, there is no explicit guidance on when to use this tool versus dataset_search, dataset_top, or dataset_columns, and no when-not-to-use conditions.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

A3.7/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 burden, and it genuinely discloses two behavioral traits: grouping commas and currency are normalized, and non-numeric rows are excluded and counted. This goes beyond a bare operation statement into real data-handling context. It stops short of covering error cases (missing column, all-non-numeric column) or return format, which would round out the behavior profile.

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 tight sentence that front-loads the statistic list and defers the handling caveats; there is zero filler. Every phrase earns its place, and the length is proportionate to the tool's simplicity.

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 one-parameter stats tool, the description covers the core operation and the main data-cleaning quirks, which is most of what an agent needs. It omits the return structure and edge-case behavior, and since there is no output schema, that information is neither delegated nor provided. The gaps are modest but noticeable for a tool an agent must call blindly.

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, and it partially does: 'numeric column of the Medcontra dataset' tells the agent that `column` takes a column name whose values should be numeric. It does not explain how to discover valid column names or verify the column exists, and the acceptance of string-formatted numbers is only implicit through the comma/currency note.

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

Purpose4/5

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

The description names the exact outputs (count, min, max, mean, median, sum) and the resource (a numeric column of the Medcontra dataset), making the tool's function unambiguous. It does not explicitly differentiate it from siblings like dataset_top or dataset_search, though the enumerated statistic list largely does so implicitly. A stated verb like 'computes' is implied rather than present.

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?

There is no explicit when-to-use or when-not-to-use guidance, and no alternative tool is named. The numeric-column qualifier and the note that commas/currency are handled imply a use case for messy numeric data, but an agent must infer when to choose this over dataset_row, dataset_search, or dataset_top. A pointer such as 'use dataset_columns to discover valid column names' would materially improve routing.

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 columnCInspect

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

C2.9/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 disclose the numeric-column constraint and the highest/lowest orientation, but it is silent on material behaviors: default limit when none is passed, handling of non-numeric or missing values, tie-breaking, and output shape. For a ranking tool these gaps are significant enough that an agent could call it and get surprising results.

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 zero filler. The core capability comes first, and the 'which is the most/least X' parenthetical earns its place by giving the agent a query-intent anchor. Nothing here is redundant or wasteful.

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?

Despite low complexity, the tool has no annotations and no output schema, so the description must carry more weight than it does. It fails to state the default limit, whether full rows are returned, or how non-numeric columns are handled, and it offers no routing guidance against overlapping siblings. A top-N ranking tool needs at least default behavior and output shape to be safely invocable.

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 coverage is only 33% (only 'ascending' has a description), so the description must compensate. It adds real value by specifying that 'column' must be numeric and by mapping highest/lowest to the ascending flag. However, 'limit' remains undocumented in both the schema and the description, and the highest/lowest semantics duplicate what the schema's ascending description already conveys.

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

Purpose4/5

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

The description clearly identifies the resource (rows of the Medcontra dataset) and the operation (ranking by a numeric column, highest or lowest), with a natural-language mapping in 'which is the most/least X' that makes intent unmistakable. It distinguishes itself from siblings like dataset_search and dataset_stats by the ranking/ordering focus, though it names no sibling explicitly and the verb is implied rather than stated ('The highest... rows' vs. 'Returns the highest... rows').

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 only usage signal is the heuristic 'which is the most/least X', which implies when an agent might reach for this tool but offers no explicit when-to-use or when-not-to-use guidance. It never names alternatives, so nothing helps an agent decide between dataset_top and overlapping siblings like dataset_stats (aggregates) or dataset_search (matching rows).

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
    A
    quality
    C
    maintenance
    MCP server for querying a page-citable research knowledge base built from PDFs, with exact filename and page citations.
    6
    -
  • A
    license
    B
    quality
    D
    maintenance
    MCP server for searching research grants across NSF (US), ERC (EU), and KRF/NRF (Korea) via a unified interface. NIH excluded—covered by existing connectors.
    3
    17
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct query pattern: schema, provenance, exact match, substring search, multi-value comparison, aggregations, and sorted top rows. While dataset_row and dataset_compare both do exact column matching, their different purposes (single value vs ordered X vs Y comparisons) are clearly described.

Naming Consistency4/5

All tools share a consistent dataset_ prefix followed by lowercase snake_case names, making the family recognizable. There is a minor mix of noun-like names (columns, row, stats, provenance) and verb-like names (compare, search, top), but the pattern is still predictable and readable.

Tool Count5/5

Seven tools is well within the ideal range and each tool provides a distinct operation for exploring a dataset. The count feels neither bloated nor thin for the server's stated purpose.

Completeness4/5

The tool surface covers schema discovery, provenance, exact lookups, substring search, multi-value comparisons, numeric statistics, and top/bottom rows—covering the main ways one would interrogate a dataset. A minor gap is the lack of a general paginated 'all rows' or arbitrary filtering tool, but the provided tools handle most realistic queries.

Resources