{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/grounded-tools/blob/main/json-schema/library.json",
"title": "grounded.tools Library",
"description": "An indexed documentation library representing a software package or framework whose documentation has been scraped and stored for AI-assisted search.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Library name used to identify the documentation source."
},
"versions": {
"type": "array",
"items": {
"$ref": "version.json"
},
"description": "A list of indexed versions available for this library."
}
},
"required": [
"name"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.