get_agent_context
Retrieve all stored agent memory at session start to recall learned printer, material, and print outcome details. Filter by printer name or scope to get relevant context.
Instructions
Retrieve all stored agent memory for context.
Call this at the start of a session to recall what you've learned
about printers, materials, and past print outcomes. Expired entries
are automatically filtered out. Each entry includes a ``version``
field showing how many times it has been updated.
Args:
printer_name: If provided, retrieves printer-specific memory.
scope: Filter by scope (e.g., ``"global"``, ``"fleet"``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | ||
| printer_name | No |