lookup_wikipedia
ActiveTool of GoCreative Agent API
declared in 1.27.1
Get a Wikipedia article summary (first paragraph, image, related links). Use for research agents that need factual context. Example call: {"topic": "Model Context Protocol"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_wikipediaArguments",
"required": [
"topic"
],
"properties": {
"topic": {
"type": "string",
"title": "Topic"
}
}
}Parent server
GoCreative Agent API
1/7 registries