memory_query
Search your agent's stored memories to recall past transactions, vendor reputations, spending patterns, or errors using natural language queries.
Instructions
Search memories by relevance. Returns the most relevant matches.
Use this to recall past transactions, check vendor reputation, retrieve spending patterns, or find any previously stored information.
Args: query: Natural language search query. Examples: - "bitrefill payment history" - "which APIs gave rate limit errors?" - "spending decisions this week" limit: Maximum number of results (default 10, max 100). type: Optional filter by memory type (transaction, vendor, preference, error, decision, general).
Returns: List of matching memories ranked by relevance, with scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| type | No |