Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Define tools as structured interfaces the model can call, then implement a loop that executes those calls and returns results. Treat tool calls as suggestions that must be validated before execution.
.claude/skills/majiayu000-tool-calling/SKILL.md| Model | Eval pass | Runs |
|---|---|---|
| gemini-3.6-flash | 100% | 17 |
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-13 | ✓→✗ | ▼ Worse | -3% | 0% |
| case-22 | ✓→✓ | = Same ✓ | 23% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 30% | 0% |
name: tool-calling description: Define and run tool-calling patterns for LLMs (schema design, call loops, validation, parallel calls). Use when building function/tool calling workflows or debugging tool selection and arguments; triggers: tool-calling, function-calling, tool schema, tool declaration, parallel function calling.
Define tools as structured interfaces the model can call, then implement a loop that executes those calls and returns results. Treat tool calls as suggestions that must be validated before execution.
name, description, and parameters.type: object, properties, and required for arguments.scripts/tool-calling_tool.py: CLI for linting tool schemas and validating tool calls.scripts/tool-calling_tool.js: Node.js CLI for the same checks.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-22 | pass→pass | 20,868 | 20,230 | -3% | 1 | 1 | 0% | 2,819 | 3,480 | +23% | 0 | 0 | — |
case-01 | pass→pass | 18,341 | 13,998 | -24% | 1 | 1 | 0% | 2,104 | 2,745 | +30% | 0 | 0 | — |
case-02 | pass→pass | 11,474 | 12,378 | +8% | 1 | 1 | 0% | 1,096 | 1,992 | +82% | 0 | 0 | — |
case-03 | pass→pass | 14,168 | 7,608 | -46% | 1 | 1 | 0% | 1,669 | 1,938 | +16% | 0 | 0 | — |
case-04 | pass→pass | 14,158 | 16,666 | +18% | 1 | 1 | 0% | 2,236 | 2,421 | +8% | 0 | 0 | — |
case-05 | pass→pass | 9,135 | 13,542 | +48% | 1 | 1 | 0% | 1,402 | 1,838 | +31% | 0 | 0 | — |
case-06 | fail→pass | 14,439 | 12,682 | -12% | 1 | 1 | 0% | 2,049 | 2,002 | -2% | 0 | 0 | — |
case-07 | pass→pass | 16,626 | 13,435 | -19% | 1 | 1 | 0% | 1,897 | 2,132 | +12% | 0 | 0 | — |
case-08 | pass→pass | 14,908 | 11,126 | -25% | 1 | 1 | 0% | 1,616 | 1,817 | +12% | 0 | 0 | — |
case-09 | pass→pass | 5,249 | 9,946 | +89% | 1 | 1 | 0% | 951 | 1,553 | +63% | 0 | 0 | — |
case-10 | pass→pass | 13,863 | 10,194 | -26% | 1 | 1 | 0% | 1,980 | 2,507 | +27% | 0 | 0 | — |
case-11 | pass→pass | 13,998 | 10,250 | -27% | 1 | 1 | 0% | 1,395 | 1,617 | +16% | 0 | 0 | — |
case-12 | pass→pass | 27,633 | 16,352 | -41% | 1 | 1 | 0% | 1,853 | 2,520 | +36% | 0 | 0 | — |
case-13 | pass→fail | 19,526 | 18,730 | -4% | 1 | 1 | 0% | 2,352 | 2,278 | -3% | 0 | 0 | — |
case-14 | pass→pass | 16,077 | 21,586 | +34% | 1 | 1 | 0% | 1,679 | 1,373 | -18% | 0 | 0 | — |
case-15 | pass→pass | 4,295 | 3,147 | -27% | 1 | 1 | 0% | 644 | 1,317 | +105% | 0 | 0 | — |
case-16 | pass→pass | 19,475 | 18,803 | -3% | 1 | 1 | 0% | 2,405 | 3,106 | +29% | 0 | 0 | — |
case-17 | pass→pass | 22,958 | 11,016 | -52% | 1 | 1 | 0% | 1,265 | 1,724 | +36% | 0 | 0 | — |
case-18 | pass→pass | 15,483 | 9,599 | -38% | 1 | 1 | 0% | 1,600 | 1,485 | -7% | 0 | 0 | — |
case-19 | fail→pass | 22,565 | 26,328 | +17% | 1 | 1 | 0% | 2,876 | 2,814 | -2% | 0 | 0 | — |
case-20 | pass→pass | 24,908 | 36,196 | +45% | 1 | 1 | 0% | 3,479 | 4,212 | +21% | 0 | 0 | — |
case-21 | pass→pass | 24,132 | 14,682 | -39% | 1 | 1 | 0% | 3,157 | 3,701 | +17% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +5 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.