Skip to main content
Glama
taptap

TapTap Open API MCP Server

Official
by taptap

update_app_info

Update app details on TapTap, including name, genre, description, icon, banner, screenshots, and more.

Instructions

Update the app's information on TapTap platform including name, genre, description, icon, banner, screenshots, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoIcon URL (JPG/PNG, minimum 512x512 pixels)
appIdYesThe app id of the game
genreNoGame genre
bannerNoBanner image URL (JPG/PNG, max 4MB, minimum 1920x1080 pixels)
appNameNoThe name of the app
trialNoteNoDeveloper notes for review (trial_note)
descriptionNoThe description of the app
developerIdYesThe developer id of the app
screenshotsNoScreenshot URLs (up to 4 images). Requirements: 1) Landscape: aspect ratio 8:3 to 8:5, min 1280x720px; 2) Portrait: aspect ratio 3:8 to 5:8, min 720x1280px; 3) All images must have the same aspect ratio as the first one.
chattingLabelNoThe name of the QQ group
chattingNumberNoThe number of the QQ group
screenOrientationNoThe screen orientation of the app, 1: portrait, 2: landscape
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It indicates a mutation ('Update') but offers no details on permissions, side effects, validation rules, or whether updates are partial or full replacements. This is insufficient for safe agent invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of about 20 words, which is concise. However, it includes the vague phrase 'and more' and lacks structured organization (e.g., bullet points or ordering). It is not front-loaded with critical information.

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?

Despite having 12 parameters and no output schema, the description is minimal. It does not explain the update behavior (e.g., whether all fields must be provided, order of processing, or return value). For a complex tool, this leaves significant gaps in understanding.

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 schema already documents all parameters with detailed requirements (e.g., image dimensions). The description adds a general list of fields but no new semantic depth beyond what the schema provides, thus baseline score of 3 is appropriate.

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 clearly states the action (Update) and resource (app's information), listing specific fields like name, genre, description, icon, banner, screenshots. This effectively distinguishes it from sibling tools like create_app or get_current_app_info.

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?

No explicit guidance on when to use this tool versus alternatives, nor any prerequisites or conditions. The description simply says 'Update the app's information' without context on when updates are appropriate or scenarios to avoid.

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