Skip to main content
Glama

get_app_preview_url

Read-onlyIdempotent

The link to OPEN an app you own, plus where it stands. Returns preview_url (a private, never-indexed page where only you can run the app, reading World Bank, FRED, Eurostat or your own connector data through the sandbox bridge), public_url (null while the app is private, the shareable link once you publish), its visibility, whether it is indexed, and next_step: one sentence naming the next call to make. Use it to hand a user something to click after create_app, and to check what is still missing before publish_app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesThe app id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false), and the description adds genuine context beyond them: the preview URL is 'private, never-indexed,' only the owner can run it, and it reads World Bank/FRED/Eurostat/connector data through the sandbox bridge. It also discloses that public_url is null while private and that next_step names the next call. No contradiction with annotations; only failure states and URL lifespan are left out.

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?

Three sentences, front-loaded with the core purpose, then return-field semantics, then usage guidance — every sentence earns its place. The middle sentence carries a lengthy nested parenthetical about data sources, which is informative but slightly dense.

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?

With no output schema present, the description compensates well by enumerating the return fields and their meanings, while the single required parameter keeps complexity low. It explains reuse (shareable link after publish) and next-step routing, though it omits error cases and any expiry/refresh behavior of the preview URL.

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% — app_id is already documented as 'The app id' — so the baseline is 3. The description adds only a mild ownership constraint ('an app you own'), which is useful but does not meaningfully extend the parameter's semantics beyond what the schema provides.

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 opening line states a concrete resource — the preview URL for an app you own — with a clear verb ('OPEN') and scope ('plus where it stands'). The description further distinguishes the tool by enumerating its unique outputs (preview_url, public_url, visibility, indexed, next_step), which separates it from siblings like list_apps and get_app_context. It never names a sibling explicitly, so it stops short of a 5.

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

Usage Guidelines4/5

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

The description explicitly anchors the tool in a workflow: 'Use it to hand a user something to click after create_app, and to check what is still missing before publish_app.' This tells an agent exactly when in the app lifecycle to call it. However, it offers no when-not-to-use guidance and names no alternative tools, so it misses the bar for a 5.

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.

Resources