Skip to main content
Glama
taptap

TapTap Open API MCP Server

Official
by taptap

get_current_app_info

Retrieve the currently selected app's details including developer ID, app ID, miniapp ID, and name. Use this to verify app selection before leaderboard operations.

Instructions

[General] Get currently selected app/game information including developer_id, app_id, miniapp_id, and app name. CRITICAL: Call this tool FIRST before executing any leaderboard operations (create_leaderboard, list_leaderboards, etc.) to verify that an app has been selected. If no app is selected, guide the user through the selection process using list_developers_and_apps and select_app. Use this for: 1) Checking current selection before leaderboard operations, 2) Building preview links, 3) Verifying cached app. Not for H5 upload workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ignore_cacheNoIf true, force refresh data from server regardless of cache TTL. Default false.
Behavior4/5

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

Discloses caching behavior via ignore_cache parameter, criticality as first step, and indicates it does not modify state (implied by 'get'). Could explicitly state it's read-only, but overall good for no annotations.

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?

Front-loaded with purpose, uses bold for critical instruction, and organizes usage with numbered points. Slightly verbose with the general label, but every sentence adds value.

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?

Lists returned fields but does not specify return format, error conditions, or how to interpret 'no app selected' state. For a tool that gates other operations, more detail on return value would be valuable.

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 covers the single parameter (ignore_cache) with full description. The tool description does not add extra meaning beyond the schema, but the baseline is appropriate due to 100% schema coverage.

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?

Clearly states the tool retrieves current selected app/game information with specific fields (developer_id, app_id, miniapp_id, app name). Differentiates from siblings by emphasizing it's a prerequisite for leaderboard operations and other tasks.

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?

Explicitly provides when to use (before leaderboard ops, building preview links, verifying cached app) and when not to (H5 upload workflow). Also instructs on alternative flow if no app selected, referencing sibling tools.

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