Skip to main content
Glama

RubiConnect

submit_template_to_meta

Submits an existing WhatsApp template from the account library to Meta Graph API for official review and approval. ONLY invoke this tool after the user has seen the template preview and explicitly confirmed they want to submit it to Meta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdNoAgent ID this template belongs to. If omitted, uses active agent from context.
categoryNoMeta template category (default 'MARKETING').MARKETING
languageNoLanguage code for WhatsApp template (default 'en_US').en_US
templateIdentifierYesThe name or ID of the template to submit to Meta.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden of disclosing side effects. It clearly signals an external submission action and includes a user-confirmation safeguard. It does not mention idempotency, reversibility, auth requirements, or rate limits, but the primary behavioral risk is well covered.

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 concise sentences, front-loaded with the core action and followed by the critical guardrail. Every sentence earns its place and there is no filler.

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 a complete parameter schema and a clear, action-guarding description, the agent can select and invoke the tool correctly. However, with no output schema or annotations, the description could add what happens after submission or what the return state indicates to be fully complete.

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 description coverage is 100%, so the parameters are already well documented. The description does not add meaningful parameter-level detail beyond the schema; it only reinforces that the template already exists.

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 uses a specific verb ('Submits') with a clear resource ('existing WhatsApp template from the account library') and target ('Meta Graph API for official review and approval'). This clearly distinguishes it from siblings like create_template and list_templates.

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

Usage Guidelines5/5

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

The description explicitly states the precondition: 'ONLY invoke this tool after the user has seen the template preview and explicitly confirmed they want to submit it to Meta.' This gives clear when-to-use and when-not-to-use guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources