
🧰 Tool Schema Linter
Lint the function-calling tool definitions your agent exposes. Flags tools with no description, parameters missing a description or a type, overlapping or near-duplicate tools, too many tools for reliable selection, an unsafe tool exposed without a guard, required parameters missing from the schema, and free-form parameters that should be bounded with an enum. Cleaner tool schemas mean an agent that picks the right tool.
- Audit JSON schemas for missing descriptions and untyped parameters.
- Identify overlapping function names that cause agent confusion.
- Detect unsafe tool exposure before deploying to production agents.
$12
· or 60 creditsSecure checkout via Stripe
Included in download
- Audit JSON schemas for missing descriptions and untyped parameters.
- Identify overlapping function names that cause agent confusion.
- file_read, terminal automation included
- Ready for Cursor
Sample input
Lint my function definitions in ./src/tools/weather.json and check if they are well-defined.
Sample output
Found 3 issues in weather.json:
- [TSL002] Severity: High | Param 'unit' in 'get_weather' missing description.
- [TSL008] Severity: Med | Param 'location' is free-form; recommend adding 'examples' or boundaries.
- [TSL004] Severity: Low | 'get_temp' and 'get_weather' have overlapping purposes.
Lint the function-calling tool definitions your agent exposes. Flags tools with no description, parameters missing a description or a type, overlapping or near-duplicate tools, too many tools for reliable selection, an unsafe tool exposed without a guard, required parameters missing from the schema, and free-form parameters that should be bounded with an enum. Cleaner tool schemas mean an agent that picks the right tool.
$12
· or 60 creditsSecure checkout via Stripe
Included in download
- Audit JSON schemas for missing descriptions and untyped parameters.
- Identify overlapping function names that cause agent confusion.
- file_read, terminal automation included
- Ready for Cursor
- Instant install
Sample input
Lint my function definitions in ./src/tools/weather.json and check if they are well-defined.
Sample output
Found 3 issues in weather.json:
- [TSL002] Severity: High | Param 'unit' in 'get_weather' missing description.
- [TSL008] Severity: Med | Param 'location' is free-form; recommend adding 'examples' or boundaries.
- [TSL004] Severity: Low | 'get_temp' and 'get_weather' have overlapping purposes.
About This Skill
What it does
The Tool Schema Linter is a specialized audit tool for developers building agentic workflows and tool-calling applications. It analyzes your JSON function definitions against a rigorous set of rules designed to prevent LLM hallucinations, "lazy" tool selection, and security risks. By scanning your schema files, it identifies missing descriptions, untyped parameters, and overlapping tool signatures that often cause agents to fail in production.
Why use this skill
Writing perfect function schemas for LLMs is tedious and error-prone. While a basic prompt might catch a missing comma, this skill uses a structured heuristic engine to find logical flaws, such as too many tools for a single context window or free-form parameters that should be bounded to an enum for reliability. It saves hours of debugging "why the agent didn't call the right tool" by ensuring your definitions are mathematically and semantically sound.
Supported tools
- Standard JSON function-calling schemas (OpenAI, Anthropic, Gemini formats)
- Local tool definition files (.json, .tool.json)
- Standard input streams for CI/CD integration
- Customizable rule thresholds via reference JSON files
Use Cases
- Audit JSON schemas for missing descriptions and untyped parameters.
- Identify overlapping function names that cause agent confusion.
- Detect unsafe tool exposure before deploying to production agents.
- Enforce consistency across large sets of tool definitions.
- Optimize tool definitions to reduce LLM token usage and improve accuracy.
Known Limitations
Heuristic detector. It checks the schema you give it; the unsafe-tool rule is advisory, and overlap detection works from tool names and purposes, so it flags candidates for review rather than asserting a duplicate.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/tool-schema-linter -o /tmp/tool-schema-linter.zip && unzip -o /tmp/tool-schema-linter.zip -d ~/.claude/skills && rm /tmp/tool-schema-linter.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Read-only. The too-many-tools threshold is configurable. Reads no environment variables and writes nothing.
Works with any agent that can read JSON and run a local Python script (Claude Code, Cursor, Codex CLI, and other SKILL.md-compatible agents). Standard library only, no install step. Read-only, no network.
Creator
JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.