← Back to search
55
Partial
Agentic Readiness Score
+20 ai-plugin +20 OpenAPI missing +25 llms.txt
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
data ai-pluginopenapiapidatabasemessagingai

Agentic Signals

📄
llms.txt
Not found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 55/100

            

OpenAPI Spec (preview)

openapi: 3.0.1 info: title: AskYourDatabase description: Chat with your databases without writing any SQL code. version: 'v1' servers: - url: https://askyourdatabase.com paths: /api/meta: post: operationId: getDatabaseMeta summary: Get table names and fields in the database requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DatabaseRequest' responses: "200":