Skip to main content
Glama
taptap

TapTap Open API MCP Server

Official
by taptap

create_leaderboard

Create a new leaderboard for your selected app on TapTap. Configure reset period, score type, order, and calculation type. Returns leaderboard ID for client-side APIs.

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 leaderboard on TapTap server. Auto-fetches developer_id and app_id from selected app. Returns leaderboard_id for client-side APIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesLeaderboard title/name (REQUIRED)
calc_typeNoCalculation type: "sum" (default), "best", "latest"
score_typeNoScore type: "numeric" (default), "time"
period_timeNoReset time like "08:00:00" (required if period_type is not "always")
period_typeNoReset period: "always" (default), "daily", "weekly", "monthly"
score_orderNoScore order: "desc" (high to low, default), "asc" (low to high)
display_limitNoDisplay limit (optional, default 100)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses auto-fetching of developer_id and app_id, and mentions return value. However, it does not mention potential side effects, error cases, or required permissions, which would elevate it to 5.

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 sentences plus a prerequisite note. Every sentence adds value: prerequisite check, action, auto-fetch behavior, return value. No redundancy.

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 7 parameters and no output schema, description covers purpose, prerequisite, key behaviors, and return value. Lacks error handling or limitations, but sufficient for most use cases.

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 baseline is 3. Description adds context about auto-fetching developer_id and app_id, but does not elaborate on parameter options beyond what schema provides. No additional semantic guidance.

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 clearly states 'Create a new leaderboard on TapTap server' with a specific verb and resource. It distinguishes from siblings like list_leaderboards, publish_leaderboard, and get_leaderboard_integration_guide by focusing on creation and auto-fetching context.

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 states prerequisite that an app must be selected and provides step-by-step guidance to call get_current_app_info, list_developers_and_apps, and select_app if needed. Also clarifies that it returns leaderboard_id for client-side APIs.

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