Skip to main content
Glama
gambot-ai

gambot-mcp

Official

Check organization (onboarding)

gambot_check_organization

Check if a company already exists by tax ID and if an incomplete onboarding can be resumed before creating a new trial.

Instructions

Check whether an organization already exists for a company + tax id (ח.פ/ת.ז), and whether an incomplete onboarding can be resumed. Use before creating a new trial.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyNameYes
companyIdNumberYes9-digit company/tax id (ח.פ/ת.ז).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations exist, so description must carry the burden. It discloses what it checks (existence + resumability) but doesn't explain the return format, side effects (none assumed), or what 'incomplete onboarding can be resumed' implies. The 'can be resumed' is vague, leaves agent unsure what to do with the result.

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?

Two sentences, front-loaded with the core check purpose. The 'Use before' guidance is efficient and earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and no annotations. Tool has two simple params, but the description lacks critical behavioral details: what does it return? What are the possible outcomes (exists, not exists, resumable)? What does the agent do with the result? This matters because the tool is a categorical check – without response semantics, the agent may call it but not know how to act on the result. Given the low complexity, many would be adequate, but here the missing return behavior is a real gap.

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 50% – companyName is undocumented (just a string), but the description mentions company for input matching. companyIdNumber is documented ('9-digit company/tax id'). Description adds the purpose of combining these two fields (checking existence), but doesn't add format expectations for companyName. With 50% coverage, description partially compensates but not fully.

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?

Clear verb 'check' plus specific resource (organization) and criteria (company + tax id). Distinguishes itself from create_trial_account and other organization-related tools.

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

Usage Guidelines3/5

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

Explicitly says 'Use before creating a new trial', which sets clear precondition. But no mention of alternatives or when NOT to use (e.g., when resuming without checking). No exclusions beyond that.

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

Deploy Server

Other Tools