agentsclimarketplace

Evaluate tool calling model

Skill gaelic-ghost/socket/plugins/model-lab-skills/skills/evaluate-tool-calling-model

Evaluate tool selection, arguments, schemas, execution, observation use, recovery, and side effects. Use when comparing tool-capable checkpoints, prompts, parsers, agent loops, function schemas, or harnesses.From its SKILL.md

Install
npx -y skills add gaelic-ghost/socket --skill evaluate-tool-calling-model

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.2 KB, 382 tokens by cl100k_base, as published. Nobody here has run it

Evaluate Tool-Calling Model

Model The Whole Loop

Evaluate these stages separately: whether a tool is needed, which tool is selected, whether arguments are semantically correct and schema-valid, whether execution is authorized, whether the observation is interpreted correctly, whether the loop stops, and whether the final answer reflects the tool result.

Workflow

  1. Inventory tools, schemas, side effects, auth requirements, error modes, and name/description ambiguities.
  2. Build cases for correct calls, no-call answers, ambiguous choices, parallel calls, dependent calls, invalid arguments, tool errors, empty results, malicious tool output, authorization denial, and recovery.
  3. Use deterministic fake tools with recorded inputs and outputs for the core suite.
  4. Enforce authorization in the executor independently of model output. The model cannot grant itself a capability; intercept denied and irreversible calls before execution and record attempted versus executed side effects separately.
  5. Pin model, prompt, schema serialization, parser, retry policy, maximum steps, and harness revision.
  6. Score selection, arguments, ordering, execution result, recovery, final answer, latency, token use, attempted side effects, and executed side effects independently.
  7. Detect invalid JSON, hallucinated tools, repeated calls, ignored errors, premature answers, and non-termination explicitly.
  8. Run live integration cases only after the fake-tool suite passes and only inside approved side-effect boundaries.
  9. Attribute failures to model, prompt, schema, parser, executor, or orchestration rather than collapsing everything into model accuracy.

Ownership Boundary

This skill evaluates a model plus harness interface. Use productivity-skills when the primary artifact is an agent skill or plugin package, and agent-portability-skills when the question is host compatibility rather than behavioral quality.

References

Read references/tool-evaluation-matrix.md for minimum cases and metrics.

What ships with it: 2 files

2.1 KB alongside SKILL.md

agents/

references/

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.