web_extract

从网页 URL 提取结构化信息:标题、描述、正文摘要、所有链接。

Server Onion onion-ai/mcp-server
Category Read
Risk class Low
Parameters 00 required

What web_extract does on Onion

AI agents call web_extract to retrieve information from Onion without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why web_extract needs a policy

web_extract retrieves and parses public webpage content to present structured metadata and text. There are no side effects, no data modification, no code execution, and no destructive operations. This is a standard read operation. The low severity reflects minimal risk: the tool simply fetches and formats existing web data, with blast radius limited to information disclosure of already-public content.

From the tool's definition Tool description states it 'extracts structured information from webpage URL: title, description, body summary, all links.' The verbs 'extract' and the information types (title, description, summary, links) indicate read-only data retrieval with no…

Questions about web_extract

What does the web_extract tool do? +

从网页 URL 提取结构化信息:标题、描述、正文摘要、所有链接。. It is categorised as a Read tool in the Onion MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on web_extract? +

Register the Onion MCP server in PolicyLayer and add a rule for web_extract: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Onion. Nothing to install.

What risk level is web_extract? +

web_extract is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit web_extract? +

Yes. Add a rate_limit block to the web_extract rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block web_extract completely? +

Set action: deny in the PolicyLayer policy for web_extract. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides web_extract? +

web_extract is provided by the Onion MCP server (onion-ai/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

web_extract is one line of Onion's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.