Skip to main content
Glama
alttextai
by alttextai

Scrape Page

scrape_page

Identifies images on a web page and queues alt-text generation jobs, with asynchronous processing for efficient handling.

Instructions

Find images on a web page and queue alt-text generation jobs. Images are processed asynchronously.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the web page to scrape
htmlNoOptional HTML override (if omitted, server fetches the page)
langNoComma-separated language codes (e.g. 'en', 'en,fr,es')
keywordsNoKeywords to incorporate
max_charsNoMaximum character length for the alt text
gpt_promptNoCustom prompt template. Use {{AltText}} as a placeholder for the generated alt text.
include_existingNoInclude images that already have alt text
negative_keywordsNoKeywords to avoid
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the asynchronous processing behavior, which is useful, but it does not mention side effects, authentication requirements, rate limits, or what is returned. The async note adds value but leaves many behavioral aspects unspecified.

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, front-loaded with the main action and followed by a key behavioral note. No wasted words, and the structure is easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (8 parameters, no output schema, no annotations), the description is somewhat minimal. It states the core behavior and async nature, but it does not explain the return value or how to track the queued jobs, which would be expected for an asynchronous job-queueing tool.

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 coverage is 100%, so the schema already documents all 8 parameters. The description does not add any meaning beyond the schema, so the baseline of 3 applies.

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 is clear and specific: 'Find images on a web page and queue alt-text generation jobs' uses a concrete verb and resource, and distinguishes this tool from siblings like generate_alt_text or translate_image by focusing on page scraping and job queuing.

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 provides clear context on when to use the tool (when you need alt text for images on a web page), but it does not explicitly mention exclusions or alternatives, such as 'for a single image use generate_alt_text'. Thus it has clear context but no exclusions.

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/alttextai/alttext-mcp'

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