← Back to search
40
Partial
Agentic Readiness Score
data openapiapimessagingaidatabaseai-plugin

Agentic Signals

📄
llms.txt
Not found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Not 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 40/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":