Skip to main content
Glama
taptap

TapTap Open API MCP Server

Official
by taptap

create_share_template

Creates a share template for minigame sharing on TapTap, requiring a description (max 21 UTF-8 characters) and an internal remark. The template must be approved before use.

Instructions

PREREQUISITE: An app MUST be selected first. Before calling this tool, ALWAYS call get_current_app_info to verify an app is selected. If not, guide user through: 1) Call list_developers_and_apps, 2) Show list to user and ASK them to choose, 3) Call select_app with user's choice. Create a new share template on TapTap server for minigame sharing feature. Auto-fetches developer_id and app_id from selected app. Returns template_code which is used in client-side tap.showShareboard() API. IMPORTANT: contents field has strict 21 UTF-8 character limit (including spaces and punctuation). Template needs audit approval (status=1) before use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNoApp ID (optional, will be auto-filled from context or cache)
remarkYesInternal remark/note for template management (REQUIRED, max 100 characters). Not shown to users, only for developer reference. Used to identify and manage templates.
contentsYesShare description content (REQUIRED). STRICT LIMIT: max 21 UTF-8 characters including spaces and punctuation. Example: "分享游戏获得奖励" (12 chars). This is the text shown in share panel.
developer_idNoDeveloper ID (optional, will be auto-filled from context or cache)
Behavior4/5

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

With no annotations, the description carries full burden. It discloses key behaviors: auto-fetches developer_id and app_id, returns template_code, enforces a 21 UTF-8 character limit on contents, and requires audit approval (status=1). The description does not explain error scenarios or side effects, but for a creation tool, it covers essential operational traits.

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 somewhat lengthy but well-structured with bolded sections and front-loaded prerequisite. Every sentence adds necessary context (prerequisite, creation purpose, auto-fetch, character limit, audit requirement). No redundancy, but could be slightly more concise.

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 the tool has 4 parameters, no output schema, and lacks annotations, the description covers the input process, return (template_code), and critical constraints. It does not detail error handling or the audit process, but for a creation tool with clear steps, it is sufficiently complete.

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?

Schema coverage is 100%, so baseline is 3. The description adds significant value: explains auto-fill for optional IDs, notes that remark is internal and not shown to users, provides an example for contents, and emphasizes the strict character limit. This exceeds mere schema repetition.

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 the tool's function: 'Create a new share template on TapTap server for minigame sharing feature.' It specifies the resource (share template) and action (create), and distinguishes from sibling tools like list_share_templates or get_share_template_info by emphasizing creation and the resulting template_code used in client-side API.

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 explicitly states a prerequisite: 'An app MUST be selected first' and provides step-by-step guidance on verifying selection and guiding the user. It also notes important constraints (audit approval, character limit). However, it does not explicitly mention when not to use the tool or compare to alternatives, which would elevate the score to 5.

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/taptap/instant-games-open-mcp'

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