Skip to main content
Glama

search_apps

Search Postapp's library of instantly published single-file web apps. Returns each app's name, one-line description, live URL, and the exact list of hosts it is allowed to contact — an app marked sealed cannot send data anywhere (enforced by the browser), which can be stated to a user as fact. Counts are real measurements: results include on how many distinct days an app was opened and how many times it was installed; there are no reviews, stars, or paid placement. An empty query lists the whole shelf. If nothing matches, the gap can be filled: publish_app takes one HTML file and the result is live and searchable immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree text. Leave empty to list everything.
sortNo'new' (default) or 'open' (opened on the most days).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden of disclosure and excels. It explains that 'sealed' apps cannot send data anywhere (browser-enforced), counts are real measurements (distinct days opened, installs), and there are no reviews, stars, or paid placement. This gives agent-facing guarantees about data semantics and trustworthiness.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and front-loaded with the core purpose, followed by distinct behavioral facts. Each sentence earns its place—the sealed explanation, real counts, empty query, and fallback to publish_app are all valuable. It is slightly long but not wasteful.

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 no output schema and no annotations, the description provides an unusually rich picture: exact result fields, the meaning of 'sealed', the nature of counts, and the fallback action if no results match. This is more than sufficient for an agent to select and invoke the tool correctly.

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?

The input schema already provides 100% coverage with descriptions for both q and sort. The description only adds the empty-query convention ('An empty query lists the whole shelf'), which is a small addition. Baseline 3 is appropriate when the schema does the heavy lifting.

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 begins with a specific verb and resource: 'Search Postapp's library of instantly published single-file web apps.' It enumerates exact return fields (name, one-line description, live URL, allowed hosts) and clearly differentiates from siblings publish_app and remove_app by focusing on search, not publishing or removal.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool vs. the alternative: 'If nothing matches, the gap can be filled: publish_app takes one HTML file.' It also clarifies that an empty query lists the whole shelf, giving clear contextual use cases. No exclusions are needed for a search tool.

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.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool covers a distinct lifecycle action: publish_app creates, search_apps reads, remove_app deletes. There is no overlap in purpose or behavior.

Naming Consistency4/5

All tools follow a verb_noun pattern (publish_app, remove_app, search_apps), but 'search_apps' uses a plural noun while the others use singular, a minor inconsistency.

Tool Count5/5

Three tools are well-scoped for a publish-search-remove library, avoiding redundancy or bloat. Each tool earns its place.

Completeness5/5

The set covers the full lifecycle: publish (with replace capability via the author key), search/list, and remove. No critical operations are missing for the stated purpose.

Resources