Skip to main content
Glama

request_check

INFLUENCE — ask APIs.io to (re)check a provider. Use it when a listing is wrong or stale, when a score looks incorrect, or to get a company profiled that is not in the catalog yet. This does NOT score anything on the spot: a check means re-profiling the provider and running the full enrichment pipeline against their live surface, which a person runs by hand. You get a request id back immediately; poll check_status with it, and if you supply a contact email you are notified when the status changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoThe company or developer-portal URL — use this when there is no listing yet.
kindNorecheck an existing listing, profile a new company, or correct a specific fact.
slugNoapis.io provider slug, if it is already listed (e.g. stripe).
notesNoWhat is wrong, or what to look at. The more specific, the faster it is worked.
contactNoEmail to notify when the status changes. Optional; without it there is nothing to notify, so keep the id.
contextNoOptional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.

TDQS

A4.5/5.0
Behavior5/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 delivers: it explains that a check is asynchronous, involves a human re-profiling the provider, and runs a full enrichment pipeline against the live surface. It also discloses that a request id is returned immediately and that notification happens only if a contact email is supplied.

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

Conciseness4/5

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

The main action is front-loaded, followed by use-case conditions, a clarifying non-goal, and the expected request flow. Each sentence contributes a distinct piece of information, though the leading 'INFLUENCE' label is slightly cryptic and the paragraph is a bit dense.

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 an async request tool with no output schema, the description covers the important workflow: return of a request id, polling via check_status, and optional email notification. It does not enumerate the kind enum values, but those are fully described in the schema, so the description is sufficiently complete.

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 100%, so the baseline is 3 and the schema already documents all parameters. The description mentions the contact email and the request id, but these are already explained in the schema's contact field, so it adds no meaningful parameter semantics beyond what the schema provides.

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 opens with a specific action — 'ask APIs.io to (re)check a provider' — and lists concrete triggers: wrong/stale listing, incorrect score, or missing company profile. It also clearly distinguishes itself from check_status by saying it does not score anything on the spot and points to polling check_status with the returned id.

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

Usage Guidelines5/5

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

It explicitly states when to use it: 'Use it when a listing is wrong or stale, when a score looks incorrect, or to get a company profiled that is not in the catalog yet.' It also gives follow-up usage by naming check_status as the polling tool, and clarifies what this tool is not for ('does NOT score anything on the spot').

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation3/5

Most tools are clearly separated by artifact type or resource (find_mcp vs find_openapi vs get_provider vs get_api), but the sheer volume creates some genuinely confusable clusters: apis_io_search vs find_apis vs find_artifacts, and insights_adoption vs insights_dimensions vs find_company_insights. Several readiness-related tools (what_can_i_fix, simulate_fixes, readiness_gates) also share a conceptual boundary, though their descriptions do help.

Naming Consistency3/5

The dominant patterns (find_*, get_*, cohort_*, compare_*) are consistent and predictable, but the set mixes in irregular names like apis_io_search, tag_group_tags, what_can_i_fix, whats_changed, and resolve. These deviations are readable but break the otherwise regular verb_noun convention.

Tool Count2/5

106 tools is far beyond the typical well-scoped server and will impose a heavy selection burden on agents. The server covers a genuinely broad domain (catalog search, ratings, cohorts, agent readiness, lists, exports, feedback), so the count is defensible in scope, but it is still too many to navigate efficiently.

Completeness5/5

The surface is remarkably complete: search and browse, single-entity detail, comparisons, cohort analytics, agent-readiness assessment, saved searches, list management, feedback/correction flows, and full dataset exports are all covered. There are no obvious dead ends, and even minor operations like re-running saved searches or simulating fixes are present.

Resources