Skip to main content
Glama
gambot-ai

gambot-mcp

Official

Get web form public link

gambot_get_form_link

Get a stable shareable link for a web form to distribute via WhatsApp, email, SMS, or QR code and collect submissions directly.

Instructions

Get the stable public shareable link for a web form. Distribute it to customers via WhatsApp/email/SMS/QR; all submissions land in the form's submissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description must convey the behavioral profile. It discloses that the link is stable and public, and that submissions land in the form's submissions. This adds useful context beyond what a simple 'Get link' would imply. However, it doesn't cover error conditions, required permissions, or the response format, leaving some gaps for an agent to infer.

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?

The description is exactly two sentences with no filler. The first sentence states the core action, and the second adds usage context and a behavioral detail. It is front-loaded and every word earns its place, making it a model of concise structure.

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?

Given that the tool is a simple getter with one parameter and no output schema, the description covers the main aspects: what it does, how to use the result, and a key behavioral property. It lacks details on the response structure or error handling, but these are not critical for such a straightforward tool. Overall, it is sufficiently complete for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has a single required parameter 'formId' with 0% description coverage. The description never mentions formId or explains how it relates to the form. While the parameter name is self-explanatory and the description refers to 'a web form', it fails to explicitly state that formId identifies that form, which is a missed opportunity to add semantic value.

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 'Get the stable public shareable link for a web form', specifying a verb and resource. It distinguishes from siblings like gambot_get_form and gambot_get_form_submissions by focusing on the public link, and even elaborates on its distribution purpose. This leaves no ambiguity about what the tool does.

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 gives a clear context for when to use the tool: 'Distribute it to customers via WhatsApp/email/SMS/QR'. It implies that this is for sharing a form link, and clarifies that submissions go to the form. While it doesn't explicitly name alternatives or state when not to use it, the intended scenario is evident and easy to follow, especially with sibling tools that retrieve forms or submissions.

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