memcp_load_context
Save large content as named context variables on disk, accessible without consuming prompt tokens. Load from input or file path.
Instructions
Store content as a named context variable on disk.
Use this to save large content (files, conversation history, code)
that should be accessible without loading into the prompt.
Args:
name: Unique name for this context (alphanumeric, dots, hyphens, underscores)
content: The content to store (provide content OR file_path, not both)
file_path: Path to a file to load as context
project: Optional project name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| content | No | ||
| project | No | ||
| file_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |