AgentScrape
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scrape_webpageB | Scrape any webpage and return content as markdown, html, text, or json. Pay-per-call web scraping for AI agents. |
| extract_structured_dataB | AI-powered structured data extraction from any webpage using natural language. Returns JSON matching your prompt or schema. |
| screenshot_webpageA | Capture a PNG screenshot of any webpage. Supports desktop, mobile, and tablet viewports, plus full-page mode. |
| extract_metadataA | Extract page metadata: title, description, Open Graph, Twitter cards, JSON-LD, canonical URL, and all meta tags. |
| create_browser_sessionA | Create a stateful browser session that persists cookies and localStorage across multiple scrape/workflow calls. |
| run_workflowB | Execute a multi-step browser workflow atomically: navigate, click, type, wait, scroll, screenshot, extract, evaluate. Up to 20 steps. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool serves a distinct purpose: session management, metadata extraction, AI-powered extraction, workflow execution, general scraping, and screenshots. No functional overlap exists.
All tools follow a consistent verb_noun pattern (e.g., create_browser_session, scrape_webpage), making it easy to predict tool behavior from names.
With 6 tools covering core scraping, extraction, workflow, and screenshot capabilities, the count is well-scoped and avoids unnecessary complexity.
The set covers essential scraping tasks, but could benefit from tools for advanced session controls (e.g., cookie management) or configuration (e.g., custom headers). Minor gap.