Skip to main content
Glama

Bulk check SIRENs

bulk_check
Read-only

Check up to 50 French SIRENs in one batch, receiving progress updates while the tool respects registry rate limits to prevent throttling.

Instructions

Look up many SIRENs at once, reporting progress. Respects the registry rate limit (~5/s).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sirensYesUp to 50 SIRENs

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
foundYes
failedYesSIRENs that errored (rate limit, timeout); retry later
missingYesSIRENs not in the registry

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds valuable behavioral context: progress reporting and respect for the registry rate limit (~5/s). These details go beyond what annotations or schema provide.

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 core purpose is front-loaded, and the rate-limit note is a worthwhile addition that earns its place.

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 bulk lookup with readOnlyHint=true and an output schema, the description covers the essential operational facts: bulk behavior, progress reporting, and rate limiting. Nothing critical is missing.

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 for the single parameter is 100%, so the baseline is 3. The description says 'many SIRENs,' which echoes the schema's array-of-sirens design but adds no new parameter-level meaning.

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 action ('Look up many SIRENs at once') with a defined resource and scope. The 'many at once' phrasing distinguishes it from single-lookup siblings like get_company.

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 conveys when to use the tool: when many SIRENs need to be checked in one operation. It does not explicitly name an alternative for single lookups, but the context is clear enough.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iGitScor/kyb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server