ToolNest

Changelog

Version history for the tool registry, schemas, and developer library.

1.0.0 — 2026-08-28 Phase 9: Developer Ecosystem

Follows Semantic Versioning. For toolnest-core library-specific changes, see its own CHANGELOG.md on GitHub.

Batch 1 — AI Discovery

/tools.json (full 99-tool registry with inputs, outputs, privacy model, related tools), /categories.json (12 categories), llms.txt updated to link both.

Batch 2 — Open-Source Core

toolnest-core — standalone MIT-licensed npm package with 18 deterministic utility functions across finance, percentage, area/unit conversion, color, date, text, statistics and grades. 44 unit tests, runnable examples.

Batch 3 — AI Tool-Calling & Recipes

/tool-calling.json — structured function-calling schemas for all 18 toolnest-core functions (not a hosted API — executed via the npm/CDN package). /recipes.json — 3 documented multi-tool workflows: Student Academic, Property Investment, and Freelancer Finance.

Batch 4 — Developer Docs & Playground

/developers.html — installation guide (npm + CDN), a live interactive playground that calls the real toolnest-core functions, full schema/registry reference, error format, versioning policy, privacy/rate-limit statement, and attribution guidance. This page.

Notes

No backend was added at any point in Phase 9 — every file above is static, and every "tool call" executes deterministic code client-side or in your own environment. No paid services, AI hosting, or usage limits were introduced.