← Back to search
40
Partial
Agentic Readiness Score
productivity apicalendarai-pluginopenapi

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: TickTick OpenAPI description: OpenAPI that allows the user to create and manage a TODO list using ChatGPT. version: 'v1' servers: - url: https://ticktick.com paths: /open/v1/project: get: operationId: getAllProjects summary: Get the list of projects responses: "200": description: OK content: application/json: schema: type: array items: