Skip to main content
Glama
ahmetsina

mcp-appstore-connect

by ahmetsina

update_app_categories

Update an app's primary and secondary categories. Requires the app info ID obtained from get_app_info.

Instructions

Update an app's primary and secondary categories. Get the app info ID from get_app_info first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_info_idYesThe App Info ID (from get_app_info)
primary_category_idNoPrimary category ID (e.g., GAMES, BUSINESS, EDUCATION)
primary_subcategory_one_idNoPrimary subcategory 1 ID (for Games category)
primary_subcategory_two_idNoPrimary subcategory 2 ID (for Games category)
secondary_category_idNoSecondary category ID
secondary_subcategory_one_idNoSecondary subcategory 1 ID
secondary_subcategory_two_idNoSecondary subcategory 2 ID
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavioral traits. It only states the update action and a prerequisite, but provides no information about side effects, permissions required, potential destructiveness, or rate limits, which is insufficient for a mutation tool.

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?

The description is concise with two sentences, front-loading the purpose. Every sentence provides useful information without redundancy or unnecessary detail.

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?

For a tool with 7 parameters and no output schema or annotations, the description is adequate but not comprehensive. It misses guidance on how to use optional parameters effectively and what outcomes to expect, though the schema compensates somewhat.

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 coverage is 100% with detailed parameter descriptions, so the baseline is 3. The description adds minimal value beyond repeating the prerequisite for app_info_id. It does not clarify the role or constraints of optional parameters like subcategories.

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 action ('Update an app's primary and secondary categories') with a specific verb and resource, making the tool's purpose unambiguous. It also includes a prerequisite hint, distinguishing it from other update tools that target different resources.

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 advises users to obtain the app info ID from get_app_info first, providing clear context for a prerequisite. However, it does not offer guidance on when to use this tool versus alternatives or when not to use it, which would be helpful.

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/ahmetsina/mcp-appstore-connect'

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