Setting the file. One moment.
Subchapter 23.33
assets/tool_schema.json.tmpl
TMPL12 lines389 B
[
{
"_comment": "ToolDefinition[]: one entry per source tool/operation, mirroring the source schema exactly — see references/mapping.md.",
"name": "{{TOOL_NAME}}",
"description": "{{TOOL_DESCRIPTION_FROM_SOURCE}}",
"inputSchema": {
"type": "object",
"properties": {{TOOL_PROPERTIES_FROM_SOURCE}},
"required": {{TOOL_REQUIRED_FROM_SOURCE}}
}
}
]