Skip to main content
Glama
gambot-ai

gambot-mcp

Official

Get document template

gambot_get_document

Retrieve a single document template by its ID for use in WhatsApp messages. Access the exact template needed for CRM, marketing, or onboarding operations.

Instructions

Get a single document template.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It only restates the read operation and says nothing about the response shape, missing-template behavior, permissions, or whether the tool returns template content versus metadata.

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 description is only six words, front-loaded, and free of filler, which is appropriate for a simple getter. It loses a point only because the extreme brevity leaves important usage and behavioral details unstated.

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

Completeness3/5

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

For a one-parameter getter with no annotations and no output schema, the description is minimally usable: an agent can infer that templateId identifies the template to fetch. However, it does not distinguish this from gambot_get_template or indicate what the response contains.

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?

Schema description coverage is 0%, and the description does not explain templateId beyond what the property name implies. It does not specify the expected format, where the ID comes from, or how it relates to a document template.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Get') and a specific singular resource ('single document template'), so the basic action is clear. However, it does not differentiate this tool from closely named siblings such as gambot_get_template or gambot_get_document_submissions.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool instead of alternatives like gambot_list_documents, gambot_get_template, or gambot_get_document_submissions. No mention is made of prerequisites, such as how templateId should be obtained.

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