Skip to main content
Glama

Search Apps

sonar_app_search
Read-onlyIdempotent

Search apps in the App Store or Google Play by keyword. Returns ranked list of apps with metadata (results are returned in store ranking order). Works without an API key (free tier, limited daily use per IP).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numNoNumber of results to return (1-50, default 10).
queryYesSearch query (e.g. "meditation", "meal planner").
storeYesApp store. "ios" for Apple App Store, "android" for Google Play.
countryNoISO 3166-1 alpha-2 country code (e.g. "us", "gb", "de"). Default "us".us

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, openWorld, non-destructive, so the safety profile is covered. The description adds genuinely useful context beyond annotations: results come back in store ranking order, and the tool works without an API key under a free tier with per-IP daily limits. It does not mention pagination or rate-limit response behavior, keeping it out of 5 territory.

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?

Three short sentences, front-loaded with the core action and store scope, then ordering behavior, then auth/quota caveat. No filler or repetition.

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

Completeness4/5

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

Complete enough for a read-only search tool: the purpose, result ordering, and auth/quota constraints are covered, and the schema fully documents parameters. The absence of any mention of result limits relative to `num` or rate-limit error behavior is a minor gap, but no output schema exists that would otherwise cover it.

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 all four parameters (num, query, store, country) are already documented with defaults, ranges, and enum meaning. The description adds no parameter-level syntax or format detail, so the baseline of 3 applies.

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?

States a specific verb (search) and resource (apps) with the scoping detail that it queries the App Store or Google Play by keyword. This distinguishes it clearly from siblings like sonar_app_lookup (fetch by id) and sonar_list_apps (list tracked apps).

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 implies usage (keyword search across two stores) but never names alternatives or says when to prefer this over sonar_app_lookup or sonar_list_apps. An agent must infer the routing from names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.