Quick checklist for enabling context features
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following table summarizes common goals and the corresponding actions:
| Goal | Action |
|---|---|
| Add contextual hints | Create <operationId>.md in the context
directory. |
| Control order | Assign priority in _index.json. |
| Reduce noise | Set per_tool_context_max_files to a small
number. |
| Prevent line bloat | Tune char_limit and
max_lines. |
| Generate multi-field filter examples | Ensure the output field list exists in the
Schema: line and a filter parameter is
present. |