Skip to main content
Glama

verify_snippet

Read-only

Confirm that a LexVibe cookie-banner snippet is live on a deployed site by fetching the public URL and scanning the HTML for the widget marker. Returns ok, missing, or unknown status.

Instructions

Verify that the LexVibe cookie-banner snippet is actually LIVE on a deployed site: fetches the public URL and looks for the widget marker in the served HTML. Run it after deploying (install_snippet edits local files — this confirms the change reached production). Only public http(s) hosts are allowed — localhost, private-network and reserved addresses are rejected. Returns {status: 'ok' | 'missing' | 'unknown'}. If 'missing', the snippet was not found: check that the deploy included the change, or re-run install_snippet and deploy again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic URL (or bare domain) of the deployed site to verify, e.g. https://myapp.com or myapp.com. Must be publicly reachable.
Behavior5/5

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

Annotations already declare readOnlyHint=true, consistent with the read-only nature. The description adds detail on behavior: fetches the public URL, looks for widget marker, validates URL (rejects private/localhost). It also explains the exact return format and meanings. No contradiction with 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 concise: 4 sentences covering purpose, usage context, constraints, and return values. It is front-loaded with the main action. No wasted words.

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?

For a simple verification tool with one parameter and no output schema, the description is complete. It covers what, why, when, constraints, and result interpretation. Annotations handle safety, so the description meets all needs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already has a good description for the url parameter (100% coverage). The tool description adds further constraint: 'Only public http(s) hosts are allowed — localhost, private-network and reserved addresses are rejected,' which is not in the schema. This adds meaningful context 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 clearly states the tool verifies that the LexVibe cookie-banner snippet is live on a deployed site. It distinguishes from the sibling tool install_snippet by noting that install_snippet edits local files while this confirms production. The verb 'verify' and specific resource 'snippet live on deployed site' are precise.

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 says when to use ('Run it after deploying') and gives constraints ('Only public http(s) hosts allowed'). It provides alternative actions if the snippet is missing ('check that the deploy included the change, or re-run install_snippet and deploy again'). This is comprehensive guidance.

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/marcosnovo/lexvibe-mcp'

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