InferMap
Server Details
Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- benzsevern/infermap
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.1/5 across 4 of 4 tools scored.
Each tool has a distinct and non-overlapping purpose: 'apply' transforms data, 'inspect' analyzes data structure, 'map' creates mappings, and 'validate' checks mappings. The descriptions clearly differentiate their functions, leaving no ambiguity for an agent to misselect.
All tool names follow a consistent verb-only pattern (apply, inspect, map, validate) without mixing conventions. This uniformity makes the set predictable and easy to navigate, enhancing usability.
With 4 tools, the server is well-scoped for data mapping and transformation tasks. Each tool serves a clear role in the workflow (inspect → map → validate → apply), and none feel redundant or missing for the domain.
The tool set provides complete coverage for the data mapping lifecycle: inspection, mapping creation, validation, and application. There are no obvious gaps, as agents can perform end-to-end operations without dead ends.
Available Tools
4 toolsapplyBInspect
Apply a saved mapping config to a source CSV, renaming columns according to the mapping and writing the result to an output file.
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Path to mapping config YAML file | |
| output | Yes | Output CSV file path | |
| source | Yes | Path to source CSV file |
Tool Definition Quality
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 mentions the action ('Apply') and outcome ('writing the result'), but fails to disclose critical traits such as whether this operation is idempotent, what permissions are required, how errors are handled, or if it modifies the source file. This leaves significant gaps for a mutation tool.
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, efficient sentence that front-loads the core action and outcome with zero wasted words. Every element ('Apply', 'saved mapping config', 'source CSV', 'renaming columns', 'writing to output file') earns its place by contributing essential context.
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 complexity of a mutation tool with no annotations and no output schema, the description is incomplete. It lacks details on behavioral traits (e.g., side effects, error handling), output format, or usage context, which are crucial for safe and effective tool invocation in this scenario.
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 description coverage is 100%, so the schema already documents all three parameters (source, config, output) with clear descriptions. The description adds no additional meaning beyond what the schema provides, such as format details or constraints, meeting the baseline for high schema coverage.
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 action ('Apply'), the resource ('saved mapping config'), and the transformation ('renaming columns according to the mapping and writing the result to an output file'). It distinguishes from potential siblings like 'inspect', 'map', or 'validate' by focusing on application rather than creation or validation.
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 like 'map' (which might create mappings) or 'validate' (which might check mappings). It lacks explicit when/when-not instructions or prerequisites, leaving usage context implied at best.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
inspectBInspect
Inspect a data source — show fields, types, sample values, null rates, unique rates, and statistics.
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Table name for DB sources (optional) | |
| source | Yes | Path to data source (CSV, Parquet, Excel, DB URI, schema YAML) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes the output content (fields, types, statistics) but doesn't cover critical behavioral traits such as permissions needed, rate limits, error handling, or whether the operation is read-only or has side effects. For an inspection tool with no annotations, this leaves significant gaps in understanding its behavior.
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, efficient sentence that front-loads the core action ('inspect a data source') and lists specific outputs without unnecessary words. Every element earns its place by clarifying the tool's scope and deliverables.
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 tool's complexity (data inspection with multiple output metrics), no annotations, and no output schema, the description is moderately complete. It outlines what the tool returns but lacks details on format, limitations, or error cases. It's adequate for basic understanding but has clear gaps for effective agent use.
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 100%, so the schema already documents both parameters ('source' and 'table') with descriptions. The description doesn't add meaning beyond the schema, such as explaining parameter interactions or constraints, but it implies the 'source' parameter's role in data inspection. Baseline 3 is appropriate when the schema handles parameter documentation.
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's purpose with specific verbs ('inspect', 'show') and resources ('data source'), detailing what information it provides (fields, types, sample values, null rates, unique rates, statistics). It distinguishes from siblings like 'apply', 'map', and 'validate' by focusing on data inspection rather than transformation or validation, 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.
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 alternatives like 'apply', 'map', or 'validate'. The description implies usage for data exploration but lacks explicit context, prerequisites, or exclusions, leaving the agent to infer appropriate scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
mapBInspect
Map source columns to target schema using a weighted scorer pipeline with optimal 1:1 assignment. Returns mappings with confidence scores and human-readable reasoning.
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Table name for DB sources (optional) | |
| source | Yes | Path to source data (CSV, Parquet, Excel, DB URI, schema YAML) | |
| target | Yes | Path to target data (same variety of inputs) | |
| domains | No | Domain dictionaries to load (e.g. ['healthcare', 'finance']) | |
| schema_file | No | Path to schema definition YAML file (optional) | |
| min_confidence | No | Minimum confidence threshold (default 0.2) |
Tool Definition Quality
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 adds some context: it describes the method ('weighted scorer pipeline with optimal 1:1 assignment') and output ('Returns mappings with confidence scores and human-readable reasoning'), which goes beyond basic function. However, it lacks details on performance, error handling, or limitations (e.g., data size constraints, runtime).
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 front-loaded: the first sentence covers the core purpose and method, and the second sentence explains the return value. Both sentences earn their place by adding value. It could be slightly more structured (e.g., bullet points), but it's efficient with zero waste.
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 tool's complexity (mapping with weighted scoring), no annotations, and no output schema, the description is moderately complete. It explains the method and output format but lacks details on error cases, performance, or integration with siblings. Without annotations or output schema, more behavioral context would be helpful for an AI agent.
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 100%, so the schema already documents all 6 parameters thoroughly. The description doesn't add any parameter-specific semantics beyond what's in the schema (e.g., it doesn't explain how 'domains' affect mapping or clarify 'source'/'target' formats). Baseline 3 is appropriate as the schema does the heavy lifting.
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's purpose: 'Map source columns to target schema using a weighted scorer pipeline with optimal 1:1 assignment.' It specifies the verb (map), resources (source columns, target schema), and method (weighted scorer pipeline). However, it doesn't explicitly differentiate from sibling tools like 'apply', 'inspect', or 'validate', which might have related data processing functions.
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 (apply, inspect, validate). It mentions the tool's function but offers no context about prerequisites, alternatives, or exclusion criteria. For example, it doesn't clarify if this should be used before or after validation or inspection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validateCInspect
Validate that a source file's columns satisfy a saved mapping config. Reports missing source columns and unmapped required fields.
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Path to mapping config YAML file | |
| source | Yes | Path to source data file | |
| required_fields | No | Target field names that must be mapped |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool 'reports missing source columns and unmapped required fields,' which hints at read-only validation behavior, but doesn't clarify permissions, side effects, error handling, or output format. For a validation tool with zero annotation coverage, this is insufficient.
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 front-loaded, consisting of two clear sentences that directly explain the tool's function. There's no wasted verbiage, though it could be slightly more structured (e.g., by explicitly mentioning parameters).
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 tool's complexity (validation with file paths and arrays), lack of annotations, and no output schema, the description is incomplete. It doesn't explain what the validation report looks like, error conditions, or how 'required_fields' interacts with the config. This leaves significant gaps for an agent to understand the tool fully.
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 100%, so the schema already documents all parameters ('config', 'source', 'required_fields'). The description adds marginal value by implying the relationship between 'source' and 'config' for validation, but doesn't provide additional syntax, format details, or examples beyond what the schema specifies. Baseline 3 is appropriate when the schema does the heavy lifting.
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's purpose: 'Validate that a source file's columns satisfy a saved mapping config.' It specifies the verb (validate) and resource (source file columns against mapping config). However, it doesn't explicitly differentiate from sibling tools like 'apply', 'inspect', or 'map', which prevents a perfect score.
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 ('apply', 'inspect', 'map'). It mentions what the tool does but offers no context about prerequisites, alternatives, or exclusions. This leaves the agent without clear usage direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!