UNPKG

@mseep/hyperbrowser-mcp

Version:

Hyperbrowser Model Context Protocol Server

6 lines 613 B
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; import { extractStructuredDataToolParamSchemaType } from "./tool-types"; export declare function extractStructuredDataTool({ urls, sessionOptions, prompt, schema, }: extractStructuredDataToolParamSchemaType): Promise<CallToolResult>; export declare const extractStructuredDataToolName = "extract_structured_data"; export declare const extractStructuredDataToolDescription = "Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema."; //# sourceMappingURL=extract-structured.d.ts.map