Skip to main content
Glama

grab_site

Fetch any webpage, download its design assets (images, icons, CSS, fonts, SVG), extract colors and fonts, and return a manifest JSON. Optionally save the page text as markdown.

Instructions

Grab a page for design inspiration: fetch it through the unlock ladder, download its assets (images/icons/css/fonts/svg), extract the color palette and the fonts in use, and return a manifest (with local file paths) as JSON. Use this for a whole page's design/assets at once; for a single known file use fetch_asset. Saves into out_dir when given, otherwise a 'searchts-grab-' folder. Set read=true to also save the page text as page.md. Returns an 'Error: ...' string on failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the page to grab.
readNoIf true, also save the page text as page.md (default false).
out_dirNoDirectory to save into (optional; defaults to 'searchts-grab-<host>').
Behavior4/5

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

Describes the process (unlock ladder, download, extract), output (JSON manifest or error), side effects (saves files). No annotations, so burden is on description; it does well but lacks details on auth, rate limits, or performance.

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?

Concise at 4 sentences, front-loaded with main action, then guidance, defaults, and error handling. Every sentence earns its place.

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?

No output schema, but description explains return format (JSON manifest with local file paths or error string). Mentions unlock ladder but doesn't elaborate; could clarify manifest structure. Overall adequate.

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?

Schema coverage is 100% with descriptions. Description adds context like 'read=true saves page.md' and explains default out_dir behavior, adding value beyond 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 grabs a page for design inspiration, fetching assets, extracting palette and fonts, returning a manifest. It distinguishes from sibling fetch_asset for single files.

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?

Explicitly says use for a whole page's design/assets, and for a single known file use fetch_asset. Provides clear context and alternative.

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/capad-xyz/searchts'

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