preview_url
Fetch Open Graph / meta metadata for a public URL. Costs $0.003 USDC on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Fetch Open Graph / meta metadata for a public URL. Costs $0.003 USDC on Base.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the operation is a read-only fetch and explicitly warns about the $0.003 USDC cost on Base, which is a valuable behavioral detail. It does not discuss failure modes or response format, but the core behavior is transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences convey purpose, scope, and cost with no filler. The key information is front-loaded and every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter tool with no output schema or annotations, the description gives enough to invoke it correctly: what it fetches, from where, and at what cost. It could be slightly more explicit about the return shape or error behavior, but it is not a significant gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema only lists a required 'url' string with no description. The tool description compensates by specifying that the URL must be a public URL, adding meaningful semantic constraint beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Fetch') and identifies the exact resource ('Open Graph / meta metadata for a public URL'). This clearly conveys what the tool does and would distinguish it from siblings if any existed.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'for a public URL' gives a clear use condition. There are no sibling tools to contrast with, and no exclusions are needed, so the context is sufficiently clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
With only one tool, there is no possibility of confusion between tools. The purpose of preview_url is clear.
A single tool cannot establish a pattern, but the name preview_url is a clear verb_noun construction that would fit a consistent naming scheme if more tools were added.
One tool is right at the thin edge of acceptability. For a focused 'preview' action it could work, but the server name implies a broader API surface that a single tool does not fulfill.
The tool fetches metadata but there is no way to manage cached previews, list them, or delete them. The surface is significantly incomplete for a server named 'Link Preview Cache API'.