remember
Exposed by 1326 servers, with 13 different definitions behind the one name.
The same name does not mean the same tool here.
1326 servers expose remember and we have recorded 13 distinct definitions of it. Compare the parameters below before assuming one is a drop-in for another.
Persistent memory for AI agents. Semantic recall by meaning, not just keywords. No signup needed.
Store a durable memory (a fact, preference, decision, or note) so it persists across sessions. Call this whenever the user tells you something worth remembering long-term.
| Parameter | Type | Description |
|---|---|---|
| tags | array | Optional labels to group/find this memory later. |
| text* | string | The memory to store, in plain language. |
* required
FinTech Intel MCP — Compound tools that chain SEC, CFPB, FDIC,
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
GovCon Intel MCP — Compound tools that chain SAM.gov, USAspending,
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Pharma Intel MCP — Compound tools that chain ClinicalTrials.gov,
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Trade Intel MCP — Compound tools that chain Comtrade, Census, Treasury,
Remember
Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.
| Parameter | Type | Description |
|---|---|---|
| key* | string | Memory key (e.g., "subject_property", "target_ticker", "user_preference") |
| value* | string | Value to store (any text — findings, addresses, preferences, notes) |
* required
Author's annotations: readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
Agent-native search: SF travel + restaurants. Honest labels; partner-confirmed request relay.
Save a durable preference on YOUR agent profile (account-level memory that survives new sessions and API-key rotation). Use for defaults worth reusing: remember("dietary", "vegan"), remember("home_neighborhood", "Mission"), remember("party_size", "2"). Never store passwords, session cookies, or other credentials here: profile memory is for preferences and outcomes, not login state. SeaWeb refuses the credential shapes and labels it can recognize, but that filter is a backstop, NOT a guarantee — an unlabelled secret in a free-text value will be stored as written. Not sending it is the only reliable protection.
| Parameter | Type | Description |
|---|---|---|
| key* | string | |
| value* | string |
* required
Author's annotations: title=Remember preference, readOnlyHint=False, openWorldHint=False, idempotentHint=True, destructiveHint=False. These are claims by whoever wrote the server, not something we verified.
What this page is
Every field above is reproduced as the server published it at the time shown. The description and the annotations are claims by the server's author. Toolpin does not call tools, so we cannot tell you whether a tool does what it says.
What we can tell you is whether the claim changed. The hash covers the fields the MCP specification defines, so a vendor build stamp does not move it but a rewritten description does. See how we monitor, or this server's change history.