Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

MCP tools can now declare a per-tool result-size cap via _meta

MCP tools can now declare their own result-size cap and other behavior via metadata

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindNew Featuresin v2.1.267,
Use it now

MCP tools can now declare their own result-size cap and other behavior via metadata

What

An MCP (Model Context Protocol, the standard Claude Code uses to connect external tools) tool's manifest can now set several behaviors through _meta fields:

  • anthropic/maxResultSizeChars overrides the tool's default maximum result size, up to an internal ceiling
  • anthropic/requiresUserInteraction forces a permission prompt before the tool runs
  • anthropic/alwaysLoad forces the tool to always be loaded
  • anthropic/searchHint (or promptOverrides.search_hints) supplies a searchable hint string for the tool
Why

This gives MCP tool authors finer control over how their tools behave in Claude Code, such as allowing larger results when needed, requiring explicit confirmation, or improving discoverability, without relying only on Claude Code's built-in defaults.

Read from
Names in the bundle_meta
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up _meta, on SEP-2640: Skills Extension. * [Skill `_meta` Keys](https://github.com/modelcontextprotocol/ext-skills/blob/main/docs/archive/skill-meta-keys.md): `_meta` key conventions for skill resources seps/2640-skills-extension see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up _meta, on SEP-2640: Skills Extension.

See this entry in the whole of v2.1.267 →

Feedback