Skip to main content
Glama
ItsJuniorDias

apple-revcat-mcp

rc_list_apps

List all apps within a RevenueCat project, including iOS, Android, and web. Accepts an optional project ID.

Instructions

List all apps under a RevenueCat project (iOS, Android, web, etc).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoRevenueCat project id. If omitted, RC_DEFAULT_PROJECT_ID from env is used.
Behavior3/5

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

No annotations are provided, so the description must bear the burden of behavioral disclosure. It only states 'list all apps,' but does not disclose potential pagination, sorting, or authentication requirements. However, for a simple list operation, this is minimally adequate.

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 a single, clear sentence with no unnecessary words. It efficiently conveys the tool's purpose and parameter context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has only one optional parameter and no output schema, the description covers all necessary aspects: what the tool does, what it lists, and the parameter's default behavior. It is complete for its simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes the project_id parameter, but the description adds context by mentioning it is a RevenueCat project ID and that it defaults from the RC_DEFAULT_PROJECT_ID environment variable. This goes beyond the schema description.

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 tool lists apps under a RevenueCat project, mentioning supported platforms (iOS, Android, web). This distinguishes it from sibling tools like rc_list_projects (which lists projects) and rc_list_products (which lists products).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives. It implies usage when needing to list apps within a project, but does not mention cases like checking all projects first or alternative tools for different resource types.

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/ItsJuniorDias/apple-revcat-mcp'

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