docs: shorten the enabled tools list hint

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-09-14 11:31:39 +02:00
co-authored by Claude Opus 5
parent 3f1f028767
commit ad7ed0f3d2
@@ -182,8 +182,7 @@ export const AI_AGENT_SCHEMA: Schema = {
},
tools: {
type: 'array',
description:
'Tools by the name the model is shown, and an MCP server by its resource path, which carries every tool that server exposes.',
description: 'Tool names and MCP servers',
items: {
type: 'string'
}