Tag: openapi
OpenResponses API Compliance Test Suite
Executes the official OpenResponses compliance test suite against local or remote Response API endpoints. It validates schema adherence for features including streaming, tool calling, and multimodal inputs.
OpenAPI Spec to MCP Server Tool
This skill ingests OpenAPI or Swagger specifications to automatically generate a fully functional MCP server. It maps every API operation to a callable tool, generating required Zod schemas and handling authentication wiring for immediate d…
API Documentation and Code Coverage Validator
This skill audits the entire HTTP API surface by comparing live controller route registrations against the defined OpenAPI specification. It detects documentation drift, missing endpoints, and discrepancies in authentication or schema defin…
OpenResponses API Compliance Test Suite
Executes the official OpenResponses compliance test suite against local or remote Response API endpoints to validate schema adherence and functionality.
CloudBase Platform HTTP API Integration
Provides instructions for accessing CloudBase platform features, including databases, storage, and cloud functions, via raw HTTP requests. It is intended for use in environments where official SDKs are unavailable, such as Python or Go back…
CloudBase Platform HTTP API Integration
Enables direct interaction with CloudBase platform services such as databases, functions, and storage via raw HTTP requests. It is designed for non-SDK environments like Go, Python, or Java backends using OpenAPI specifications.
Azure DevOps REST API Integration Guide
Provides guidance for implementing Azure DevOps API integrations using official OpenAPI specifications. It assists developers in exploring API capabilities, understanding request/response formats, and defining TypeScript interfaces.