scrape_wikipedia
ActiveTool of GoCreative Agent API
declared in 1.27.1
Scrape a full Wikipedia page (sections, infobox, references). Heavier than lookup/wikipedia. Use for deep research. Example call: {"page": "Anthropic"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "scrape_wikipediaArguments",
"required": [
"page"
],
"properties": {
"page": {
"type": "string",
"title": "Page"
}
}
}Parent server
GoCreative Agent API
1/7 registries