Skip to main content
Glama

list_mobile_app_configs

Read-only

Retrieve ServiceNow mobile app configurations. Filter by active status and limit results to manage app settings efficiently.

Instructions

List ServiceNow mobile app configurations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
activeNoFilter active (default true)
Behavior2/5

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

The annotations already declare readOnlyHint and openWorldHint, so the read-only nature is covered. However, the description adds no extra behavioral context, such as default active filtering (which is only in the schema), pagination behavior, or scope. There is no contradiction, but no incremental transparency beyond the 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, focused sentence with no filler or redundancy. It is appropriately sized for a simple list operation.

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?

The description is minimal and leaves out return format, default behaviors, and relationship to sibling tools. With no output schema, the agent must guess what the response will contain. The readOnly and openWorld annotations help, but the description on its own is insufficient for confident tool selection and invocation.

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?

The description does not mention either parameter (limit or active). The schema covers active with a description, but the limit parameter is undocumented and the description does not compensate. With 50% schema coverage, the description should provide at least some parameter context, but it provides none.

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 'List' and the resource 'ServiceNow mobile app configurations', distinguishing it from the singular get_mobile_app_config and create_mobile_app_config. The plural 'configurations' aligns with the tool's name and purpose.

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 like get_mobile_app_config or list_mobile_applets. The description does not mention any filtering, prerequisites, or exclusions, leaving the agent to infer context from the tool name alone.

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/aartiq/servicenow-mcp'

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