Fix Invalid tools.json

tools.json provides a machine-readable list of tools or pages your site offers. AI agents use it to discover what you provide. Invalid or missing tools.json reduces AI discoverability.

Common causes

  • tools.json does not exist at /tools.json.
  • File exists but has invalid JSON or wrong structure.
  • Missing required 'tools' array.

How to fix

  1. Create tools.json at https://yoursite.com/tools.json.
  2. Use the format: { "tools": [ { "name": "...", "url": "...", "description": "..." } ] }.
  3. Validate with our tools.json Validator tool.