Skip to main content
Glama
devhuang0714

umeng-openapi-mcp-server

by devhuang0714

U-App get launches by channel or version

umeng_uapp_get_launches_by_channel_or_version

Retrieve app launch counts segmented by channel or version. Specify date range and optional filters to analyze distribution.

Instructions

Get launch counts by channel or version filters. Official API: umeng.uapp.getLaunchesByChannelOrVersion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appkeyNoUmeng appkey. If omitted, UMENG_DEFAULT_APPKEY will be used.
startDateYesStart date in YYYY-MM-DD format.
endDateYesEnd date in YYYY-MM-DD format.
periodTypeNoAggregation period: daily, weekly, monthly, 7day, or 30day when supported by the API.daily
channelsNoOptional channel names filter. Use the format expected by Umeng OpenAPI.
versionsNoOptional version names filter. Use the format expected by Umeng OpenAPI.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states what the tool does, without mentioning side effects, authentication needs, rate limits, or error handling. For a read operation, this is minimal.

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 concise with two sentences. It is front-loaded with the functional statement and includes a reference to the official API. No redundancy, but could be slightly more informative without losing conciseness.

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?

Given the complexity (6 parameters, no output schema, no annotations), the description is incomplete. It does not explain return values, pagination, or behavior when filters match no data. Sibling tools with similar names require clearer differentiation.

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. The description does not add meaning beyond the schema; it merely summarizes the purpose. The schema already provides detailed descriptions for each parameter, so the description adds no extra semantics.

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 verb 'get' and the resource 'launch counts' with specific filters 'by channel or version', making it purpose-clear. However, it does not explicitly differentiate from sibling tools like `umeng_get_launches` or `umeng_uapp_get_launches`, which likely perform similar functions without filters.

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?

The description provides no guidance on when to use this tool versus alternatives, no mention of prerequisites or exclusions. It simply states the function without context. Sibling tools exist that may cover unfiltered launches, but no comparison is made.

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/devhuang0714/umeng-openapi-mcp-server'

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