Quick checklist for enabling context features
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- 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. |