claude-code-system-prompts/system-prompts/system-reminder-deferred-tools-available.md
2026-06-12 10:12:09 -06:00

12 lines
583 B
Markdown

<!--
name: 'System Reminder: Deferred tools available'
description: Announces newly available deferred tools and instructs the agent to load their schemas through ToolSearch
ccVersion: 2.1.173
variables:
- TOOL_SEARCH_TOOL_NAME
- DEFERRED_TOOLS_DELTA
-->
The following deferred tools are now available via ${TOOL_SEARCH_TOOL_NAME}. Their schemas are NOT loaded — calling them directly will fail with InputValidationError. Use ${TOOL_SEARCH_TOOL_NAME} with query "select:<name>[,<name>...]" to load tool schemas before calling them:
${DEFERRED_TOOLS_DELTA.addedLines.join(`
`)}