Skip to main content
Glama

regdata_describe

Fetch the live input schema and description for a business registry actor to construct correct API calls.

Instructions

Fetch the live input schema + description for one actor so you can construct a correct call. Provide either the actor slug or its tool name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoActor slug, e.g. crbr-beneficial-owners-scraper
toolNoTool name, e.g. regdata_crbr_beneficial_owners
Behavior4/5

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

No annotations provided, description carries full burden. Discloses read-only fetch behavior, no side effects mentioned. Simple operation, so transparency is adequate.

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 sentences, no wasted words. Front-loads purpose and usage. Every sentence serves a clear function.

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?

No output schema, but description mentions returning 'live input schema + description'. For a simple schema-fetcher, this is sufficient context. Could specify output format more, but adequate.

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?

Input schema has 100% coverage with descriptions. Tool description adds explicit guidance that either slug or tool should be provided (mutual exclusivity), which schema does not state. Adds value beyond schema.

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?

Description clearly states it fetches the live input schema and description for an actor, distinguishing it from sibling data-fetching tools. Verb 'Fetch' and specific resource 'live input schema + description for one actor' provide precise purpose.

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?

Implies usage before calling other tools to construct correct calls, and instructs to provide either slug or tool name. Lacks explicit when-not or alternatives, but sufficient given meta-tool nature.

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

Install Server

Other Tools

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/Nolpak14/getregdata'

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