recall
ActiveTool of wikipedia
Retrieve a value previously saved via remember, or list all saved keys (omit the key argument). Use to look up context the agent stored earlier — the user's target ticker, an address, prior research notes — without re-deriving it from scratch. Scoped to your identifier (anonymous IP, BYO key hash, or account ID). Pair with remember to save, forget to delete.
Parameters schema
{
"type": "object",
"examples": [
{
"key": "user_research_topic"
},
{}
],
"required": [],
"properties": {
"key": {
"type": "string",
"description": "Memory key to retrieve (omit to list all keys)"
}
}
}Parent server
wikipedia
https://github.com/pipeworx-io/mcp-wikipedia
2/7 registries