Skip to main content
Glama

INMAR business knowledge

Server Details

Search and retrieve public INMAR services, projects and business information.

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

TDQS

A4.5/5.0

Scored across 2 tools

Disambiguation5/5

search and fetch have clearly distinct roles: search returns candidate sources, while fetch reads a specific record by id from those results. There is no overlap or ambiguity between the two operations.

Naming Consistency5/5

Both tool names are single-word lowercase verbs that directly describe the action performed. This is a consistent and predictable convention for a two-step retrieval workflow.

Tool Count4/5

Two tools is minimal, but it is appropriate for a read-only knowledge retrieval service with a clear search-then-fetch pattern. The set is slightly thin compared to typical servers but not under-scoped.

Completeness5/5

For a public read-only knowledge service, search and fetch cover the complete consumption workflow: discover sources and retrieve details. No create, update, or delete operations are needed given the stated domain.

Available Tools

2 tools
fetchA
Read-onlyIdempotent
Inspect

Read a public INMAR record by id returned from search. No arbitrary URLs, private data or file access.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds valuable behavioral constraints beyond annotations: only public INMAR records are accessible, IDs must come from search, and arbitrary URLs/private data/file access are prohibited. This helps the agent understand the tool's boundaries without contradicting the 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?

A single front-loaded sentence communicates the core action and source of the id, followed by a concise set of exclusions. Every word earns its place with no redundancy.

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 one-parameter read-only tool with strong annotations, the description is complete: it states what to read, where the id comes from, and what is explicitly out of scope. No output schema exists, but 'Read a record' sufficiently implies the return value for this simple fetch operation.

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 carry the semantic burden. It does so by clarifying that the single 'id' parameter must be a public INMAR record id returned from search. This adds meaningful provenance information beyond the raw schema definition.

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 states a specific verb ('Read'), a specific resource ('public INMAR record'), and a precise input source ('by id returned from search'). It clearly differentiates from the sibling tool 'search' by indicating this tool reads one record by id rather than searching.

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 tells the agent to use IDs returned from search, and explicitly excludes arbitrary URLs, private data, and file access. This provides clear context for when to use the tool, though it does not explicitly name 'search' as the alternative or state a formal when-not-to-use rule.

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.

  1. 2 tool updates
    • First observedfetch
    • First observedsearch

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables querying the Colombian Business Registry (RUES) for company searches by name, location grouping, and detailed company information.
    -
  • A
    license
    A
    quality
    A
    maintenance
    Enables querying Finnish open data by retrieving company details from PRH/YTJ using a business ID or name and searching public procurement notices from Hilma by keyword.
    11
    299 npm
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables searching and retrieving detailed information about Thai juristic persons, foreign entities, financial statements, directors, shareholders, and statistics from the Department of Business Development data warehouse.
    2
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources