Skip to main content
Glama

mcp-server

Read page metadata

tooltrace_metadata
Read-onlyIdempotent

Extract page metadata: title, description, canonical URL, author, publication date, favicon, Open Graph, and Twitter card fields. Lightweight alternative to full extraction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic webpage URL
renderNoRendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).auto
wait_untilNoBrowser navigation milestone. Only used with browser rendering.
wait_for_selectorNoCSS selector to wait for on rendered pages.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
fetchNo
metadataNo

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds the lightweight positioning and field list, but does not disclose additional behavioral details such as rendering fallback behavior or cost implications, which are left to the schema.

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?

Two concise sentences with no redundancy. The core purpose and field list are front-loaded, and the differential 'Lightweight alternative' earns its place without clutter.

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 the rich input schema (100% coverage), explicit annotations, and an existing output schema, the description provides enough contextual information for an agent to select and invoke the tool correctly. Nothing essential is missing.

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%, with each parameter (url, render, wait_until, wait_for_selector) already having a substantive description. The tool description itself adds no parameter-level information, so the baseline of 3 is appropriate.

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 ('Extract') and resource ('page metadata'), enumerates the exact fields returned, and explicitly positions itself as a lightweight alternative to full extraction, which distinguishes it from the likely sibling tooltrace_extract.

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 phrase 'Lightweight alternative to full extraction' gives clear contextual guidance on when to prefer this tool over the fuller extraction sibling. It does not enumerate exclusions for other sibling tools, so it stops short of 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.