Token-Efficient Tool Design
Lecture 4.3
- Every tool result enters the context — design tools with this in mind
- Return minimal necessary information, not everything available
- Metadata first, full content on demand (progressive disclosure preview)
- Pagination for large results
- Summarizing tool output before returning it
- Redesigning tools with token budgets in mind — concrete before/after examples
Additional Resources