Tag: openapi

Type: All Skills Tools
skill ★ 77,350

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.

lobehub/lobehub api-testing compliance-testing openapi integration-testing
tool ★ 9,967

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…

mcp-use/mcp-use openapi swagger mcp tool-generation
skill ★ 5,059

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…

maximhq/bifrost api-validation openapi code-audit documentation
skill

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.

lobehub/lobe-chat api-testing compliance-testing openapi integration-testing
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase http-api tencent-cloud openapi
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase http-api tencent-cloud openapi
skill ★ 367

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.

Tiberriver256/mcp-server-azure-devops azure-devops openapi rest-api mcp-server