Skip to main content
Glama

Server Details

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it does well by disclosing what the tool returns: column names, numeric indicators, row count, and provenance banner. It does not explicitly state there are no side effects, but the read-only introspection nature is strongly implied.

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 compactly, and the usage instruction is front-loaded as a direct call to action.

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, schema-introspection tool, the description is complete: it explains what is returned and when to use it. No output schema exists, so the enumerated return items are sufficient.

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 100% schema coverage, so there is no parameter meaning that needs explanation. The description adds value by explaining what the tool will tell you rather than any parameter details.

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 resource ('Fitouto dataset') and the exact outputs: columns, numeric flags, row count, and provenance banner. It also gives the tool a distinct role among siblings by saying 'Call this 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?

The description gives explicit usage context: call this tool first to learn the dataset schema. It does not enumerate exclusions or compare against siblings, but for an initial schema-introspection tool, the guidance 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 Fitouto 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.6/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 full burden of behavioral disclosure. It usefully reveals that row ordering follows the order of the provided values, which is a meaningful behavioral detail. It does not mention exact-match semantics, case sensitivity, or the shape of the output, so the agent still has some uncertainty about the tool's 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 packs in the dataset name, the filter logic, the ordering behavior, and the intended use case. Every part earns its place, with no filler or redundancy.

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 core selection logic and ordering, but it omits output format and does not explain how this relates to the 'side by side' title. It also lacks explicit guidance distinguishing it from dataset_row or dataset_search, which could be important for correct tool selection.

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 coverage is 0%, so the description must add meaning to both parameters. It effectively explains that 'column' is the field to match and 'values' are the candidate values to filter rows by, and that their order determines result order. This compensates well for the missing schema descriptions, though it does not explicitly name the parameters or their constraints.

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's function: retrieving rows from the Fitouto dataset where a specified column matches any of the given values, preserving the given order. It also ties this to 'X vs Y' questions, which differentiates it from broader sibling tools like dataset_search or dataset_stats. However, it lacks an explicit action verb like 'return' or 'select', making the phrasing slightly indirect.

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'), implying when it should be used. It does not explicitly contrast with sibling tools or state when not to use this tool, leaving some inference needed.

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly lists what the tool returns (source, computed date, licence, citation) and signals a read-only intent via 'Read this.' This is sufficient for a simple provenance tool, though it does not describe exact output formatting.

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

Conciseness5/5

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

Two short sentences carry all essential information: what the tool provides and when to use it. The key content list is front-loaded and there is no filler.

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

Completeness5/5

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

For a zero-parameter, no-output-schema provenance tool, the description is fully adequate. It names the dataset, the exact provenance fields available, and the intended use case, leaving no critical gap for an agent to call it correctly.

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

Parameters4/5

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

The tool has zero parameters, so there is no parameter semantics burden on the description. The baseline for no parameters is 4, and the description appropriately focuses on the tool's purpose rather than parameter explanation.

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 resource ('the Fitouto dataset') and the content it provides: source, computed date, licence, and citation. It is immediately distinguishable from sibling tools like dataset_columns and dataset_row, which concern data structure/content, not provenance.

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

Usage Guidelines4/5

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

The description gives an explicit use case: 'Read this to attribute a figure correctly.' This tells the agent when to invoke the tool, though it does not mention alternatives or conditions for not using it. Clear context without exclusions.

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 keyAInspect

The rows of the Fitouto dataset where a column equals a value exactly (case-insensitive).

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description must carry the full behavioral burden. It discloses exact and case-insensitive matching and that multiple rows may be returned, but it does not explicitly state read-only behavior, return format, empty-result handling, or error 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 efficient sentence with no filler. The core matching behavior is front-loaded, and the case-insensitive qualifier adds valuable information without redundancy.

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 tool is simple with only two string parameters, and the description conveys the essential lookup semantics. However, the singular title 'a row' conflicts with the plural description 'rows', and there is no output schema or annotation to clarify return shape, multiplicity, or safety.

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 input schema has 0% description coverage, but the description gives both parameters meaning: 'column' is the field to match and 'value' is the target value. It does not explain allowed column names, formatting, or how case-insensitivity applies to the value beyond the match behavior.

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 defines the tool's result: rows from the Fitouto dataset where a specified column exactly equals a provided value, with case-insensitivity. This distinguishes it from sibling search tools, though the description is phrased as a noun phrase rather than an explicit verb+resource statement.

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 semantics imply when to use this tool, but it does not explicitly state when to prefer it over dataset_search or other siblings. There are no exclusions or alternative naming, leaving some inference to the agent.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing key behaviors: grouping commas and currency are normalized, and non-numeric rows are excluded and separately counted. It does not cover return format or error behavior, but for a read-only statistical tool the main behavioral caveats are surfaced.

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 computed metrics and uses a parenthetical to convey edge-case handling. There is no redundant wording; every clause adds information relevant to correct invocation.

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

Completeness4/5

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

Given the tool's simplicity, one required parameter, and no nested schemas, the description is largely complete. It explains what is computed and how problematic rows are handled. It stops short of describing the exact output shape, but since no output schema exists, a brief note about return values would have made it fully complete.

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

Parameters4/5

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

The schema only defines a single string parameter named 'column' with 0% description coverage, so the description must compensate. It does by clarifying that the parameter refers to a numeric column and noting how formatting and non-numeric values are treated. It could be more explicit about exact column-name formatting or case sensitivity, but the core meaning is clear.

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 operation: computing count, min, max, mean, median, and sum for a numeric column of the Fitouto dataset. It distinguishes itself from siblings like dataset_columns, dataset_search, and dataset_top by focusing on numeric summary statistics, though it does not explicitly name an alternative.

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 the tool is for numeric columns and states that formatting is handled, which gives some contextual guidance. However, it does not explicitly explain when to prefer this over sibling tools like dataset_compare or dataset_search, nor does it list exclusions or prerequisites.

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

dataset_topRank rows by a numeric columnAInspect

The highest (or lowest) rows of the Fitouto dataset by a numeric column — "which is the most/least X".

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
columnYes
ascendingNotrue for the lowest first; default highest first

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the core ranking behavior and the ability to get highest or lowest rows, but does not mention limit defaults, tie handling, behavior on non-numeric columns, or the exact shape of returned data.

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 compact and front-loaded: it states the action and resource immediately, then adds a brief, useful usage example. No wasted words or redundant restatements of the tool name.

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 tool is simple, but there is no output schema and no annotations, so the description needs to explain return values and edge behavior. It says 'rows' are returned, which helps, but it omits the default limit and what happens with invalid or non-numeric input, leaving meaningful gaps.

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 low at 33%, and the description partially compensates by clarifying that the column should be numeric and that 'lowest' maps to ascending order. However, the 'limit' parameter is not explained at all, and the description does not fully document how the parameters combine.

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

Purpose4/5

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

The description states the tool returns the highest or lowest rows of the Fitouto dataset based on a numeric column, with the natural-language question 'which is the most/least X.' This clearly conveys the core purpose and mostly distinguishes it from siblings like dataset_row or dataset_stats, though it does not 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 Guidelines3/5

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

The description implies when to use the tool: when you want the rows with the most or least values of a numeric column. However, it provides no explicit guidance about when not to use it or which sibling tools might be better for related tasks.

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for the French open-data catalogue data.gouv.fr, enabling dataset search and retrieval, organization lookup, and reuse discovery via natural language queries.
    15
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    MCP server for automatic fact-checking of political claims by querying official statistical APIs (INSEE, Eurostat, World Bank, OECD) and providing tools for data retrieval, comparison, and cherry-picking detection.
    18
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct operation: schema inspection, exact row lookup, substring search, value comparison, statistics, top/bottom ranking, and provenance. Although search, row, and compare all retrieve rows, their matching semantics are clearly different and unlikely to be confused.

Naming Consistency5/5

All tools follow the same predictable `dataset_<operation>` snake_case convention. The names consistently indicate which dataset capability they expose, making the tool surface easy to scan and remember.

Tool Count5/5

Seven tools is well-scoped for a dataset exploration server. Each tool covers a meaningful query mode without unnecessary redundancy or overwhelming the agent.

Completeness5/5

The server covers the full range of operations needed to explore the Fitouto dataset: schema discovery, provenance, exact-match row retrieval, substring search, comparative queries, numeric statistics, and ranking. There are no obvious dead ends for the apparent read-only querying purpose.

Resources