Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

MCP tool declarations gain hints and richer annotation limits (search_hint, always_load, max_result_size_chars, requires_user_interaction)

MCP tools can now declare hints like search_hint, always_load, and a maximum result size, alongside existing annotations

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaMCPwhat it touches
KindNew Featuresin v2.1.267,
Use it now Notable No documentation found

MCP tools can now declare hints like search_hint, always_load, and a maximum result size, alongside existing annotations

What

Tools provided through MCP (Model Context Protocol, the standard Claude Code uses to talk to external tool servers) can now include a hints object when they declare themselves, with the fields:

  • search_hint
  • always_load
  • max_result_size_chars
  • requires_user_interaction

These sit alongside the existing annotations like title, readOnlyHint, destructiveHint and openWorldHint. Tool names must still contain a double underscore (__) and pass a name-validity check.

Why

These hints give an MCP server more ways to tell Claude Code how a tool should be surfaced and used, such as whether it should always be loaded or how large a result it's allowed to return.

Read from
Names in the bundlesearch_hintalways_loadmax_result_size_charsrequires_user_interaction
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat Claude Code does with each hint once declared isn't shown, only that the schema now accepts them.

See this entry in the whole of v2.1.267 →