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
- Create tools.json at https://yoursite.com/tools.json.
- Use the format: { "tools": [ { "name": "...", "url": "...", "description": "..." } ] }.
- Validate with our tools.json Validator tool.