Skip to content

Conversation

@justincasher
Copy link
Owner

@justincasher justincasher commented Jan 29, 2026

Summary

  • search now returns concise results (id, name, bold description) — ~87% fewer tokens
  • search_verbose added for full results (old behavior)
  • get_by_id unchanged for expanding individual results
  • No backend changes — slim/verbose logic is entirely at the MCP tool layer

Test plan

  • All 253 existing + new tests pass
  • Lint and format clean
  • Manual verification with MCP client

Redesign MCP tools so `search` returns concise results (id, name,
description) and `search_verbose` returns full results. Reduces token
usage ~87% for typical search queries. Consumers expand individual
results via `get_by_id`.
@justincasher justincasher merged commit f5ac035 into main Jan 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants