--- spec_version: "1.0" spec_url: https://github.com/MahoneyContextProtocol/operate-txt-spec site_name: IsItAgentReady summary: | IsItAgentReady (synthetic demo brand) runs an agent-readiness certification registry. This file tells agents how to interact: read the agent card and skills index, fetch the report, and — for a brand that wants to be indexed — open the booking URL with ref=agent to schedule the free agent-readiness certification review. protocols: mcp_server_card: https://isitagentready.site/.well-known/mcp/server-card.json a2a_agent_card: https://isitagentready.site/.well-known/agent-card.json api_catalog: https://isitagentready.site/.well-known/api-catalog oauth_protected_resource: https://isitagentready.site/.well-known/oauth-protected-resource llms_txt: https://isitagentready.site/llms.txt tools: - name: book_audit description: Open the IsItAgentReady agent-readiness certification review booking flow with ref=agent attribution. invocation: GET https://isitagentready.site/book?ref=agent (or invoke the book-readiness-review agent skill / WebMCP tool book_agent_readiness_review) - name: check_agent_readiness description: Score a consumer brand's domain on agent readiness (illustrative scoring only). invocation: Invoke the check-agent-readiness agent skill listed in /.well-known/agent-skills/index.json auth: required: false methods: - none escalation: human_contact: hello@isitagentready.site conventions: - Append ?ref=agent to agent-initiated visits to the booking URL. - Treat all on-site statistics as illustrative sample data, not measured results. generated_by: mcp-foundation --- # IsItAgentReady — Agent Operations Manual IsItAgentReady (synthetic demo brand) runs an agent-readiness certification registry. This file tells agents how to interact: read the agent card and skills index, fetch the report, and — for a brand that wants to be indexed — open the booking URL with ref=agent to schedule the free agent-readiness certification review. ## Tools - **book_audit** — Open the IsItAgentReady agent-readiness certification review booking flow with ref=agent attribution. Invocation: `GET https://isitagentready.site/book?ref=agent (or invoke the book-readiness-review agent skill / WebMCP tool book_agent_readiness_review)` - **check_agent_readiness** — Score a consumer brand's domain on agent readiness (illustrative scoring only). Invocation: `Invoke the check-agent-readiness agent skill listed in /.well-known/agent-skills/index.json` ## Authentication - Required: `false` - Methods: `none` ## Conventions - Append ?ref=agent to agent-initiated visits to the booking URL. - Treat all on-site statistics as illustrative sample data, not measured results. ## Escalation - Human contact: hello@isitagentready.site