Skip to main content
Glama

Foliora Managed AI Search

Create a Foliora preview link

create_preview_link
Read-onlyIdempotent

Build a Foliora /preview URL for a public website. Does not crawl, does not take credentials, and does not change the site. Send the human to the returned previewUrl so they can start the snapshot in a browser.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
websiteUrlYesPublic website URL or host. https is optional.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
previewUrlYes
websiteUrlYes

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description adds valuable behavioral detail: it does not crawl, does not accept credentials, does not modify the site, and produces a URL that requires a human to act on. This clearly sets expectations for a safe, non-invasive link-building operation.

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 with no redundancy. The core purpose is front-loaded, and each sentence contributes useful information about behavior or next steps.

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?

With one required parameter, 100% schema coverage, a full output schema, and strong annotations, the description is complete. It also covers the critical human-in-the-loop behavior that an agent must understand to use 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?

Schema description coverage is 100%, and the single parameter websiteUrl is already described as a public website URL or host with https optional. The description reinforces that no credentials are needed but adds little parameter-level meaning beyond the schema.

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 states a specific verb and resource: 'Build a Foliora /preview URL for a public website.' It is clearly distinct from the read-only sibling tools and explains the core deliverable (previewUrl) without confusion.

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 gives clear context: the tool is for public websites, does not crawl, does not take credentials, and does not change the site. It also explains that the human must start the snapshot in a browser, but it does not explicitly name sibling tools as alternatives or give a when-not-to-use comparison.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: product facts, site listing/brief, preview link/snapshot, approved changes, and publication reporting/verification. The only close pair, create_preview_link and get_snapshot, is cleanly separated by 'does not start a crawl' versus 'requires a token'.

Naming Consistency5/5

All tool names follow a consistent lower_snake_case verb_noun pattern: create_, get_, list_, report_, verify_. No mixed conventions or vague verbs appear, so an agent can infer the action and object from the name.

Tool Count5/5

9 tools is well within the ideal range and each tool earns its place: product orientation, site context, preview workflow, approved change retrieval, and publication verification. The surface feels scoped to the product's actual agent workflows rather than padded.

Completeness5/5

The tool set covers the full agent-relevant lifecycle: understand the product, list and inspect sites, create preview links and fetch snapshots, retrieve approved changes, report publication proof, and queue verification. Approval is explicitly an external/human step, so its absence is not a gap.

Resources