Skip to main content
Glama

list_mobile_applets

Read-onlyIdempotent

List mobile applets to review mini-apps within the mobile experience, with optional filtering by app config sys_id or limit.

Instructions

List mobile applets (mini-apps within the mobile experience)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_configNoFilter by app config sys_id
limitNo
Behavior2/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the safety profile is clear. However, the description adds no behavioral context beyond 'list' – it does not disclose whether results are paginated, the nature of returned data, or any constraints. It does not contradict annotations.

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 sentence that is concise and front-loaded with the verb and resource. Every word serves a purpose; there is no redundancy or unnecessary information.

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?

For a tool with only 2 parameters and no output schema, the description is insufficiently complete. It lacks details on what is returned, how filtering works (beyond the parameter name), and any behavioral notes. The annotations cover safety but the description fails to inform the agent about the tool's full capability.

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

Parameters2/5

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

Schema description coverage is 50% (only 'app_config' has a description). The tool description does not mention any parameters or their purposes, so it adds no value beyond the schema. The 'limit' parameter is undocumented in both the schema and description.

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 'List' and resource 'mobile applets', and adds parenthetical context 'mini-apps within the mobile experience'. It differentiates the tool from siblings like 'list_mobile_app_configs' and 'list_mobile_layouts' through the resource name, but does not explicitly contrast with them.

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?

No guidance is provided on when to use this tool versus alternatives. It does not mention prerequisites, typical scenarios, or exclusions. The description is a single sentence without any use case discussion.

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/tedorigawa001/ServiceNow-MCP'

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