help wantedonboardingserver-Azure.Mcp
Repository metrics
- Stars
- (3,498 stars)
- PR merge metrics
- (PR metrics pending)
Description
Tracking backlog issue
Data Tools (New Namespace: data) ⚠️
Note: The
datanamespace does not exist yet in the current Azure MCP server implementation.
Azure.Data.SchemaRegistry
-
azmcp-data-schemaregistry-schemas-list- List all schemas in a Schema Registry with metadata and version information. This tool retrieves schema names, formats, compatibility settings, and version history for schema management and governance. Returns schema list as JSON array. Requires registry-name. - Suggested prompt: "List all schemas in Schema Registry " -
azmcp-data-schemaregistry-schema-register- Register new schemas in the Schema Registry with validation and compatibility checking. This tool uploads schema definitions (Avro, JSON Schema, etc.) with version management and backward compatibility validation. Returns schema registration status and ID. Requires registry-name, schema-name, and schema-definition. - Suggested prompt: "Register a new schema named with definition " -
azmcp-data-schemaregistry-schema-get- Get specific schema definitions and metadata from the Schema Registry. This tool retrieves complete schema information including definition, version details, and compatibility settings for development and validation. Returns schema data as JSON. Requires registry-name and schema-name or schema-id. - Suggested prompt: "Get the schema definition for schema " -
azmcp-data-schemaregistry-schema-validate- Validate data against registered schemas to ensure compliance and data quality. This tool checks data format and structure against schema definitions providing validation errors and compliance status. Returns validation results as JSON. Requires registry-name, schema-name, and data-to-validate. - Suggested prompt: "Validate this JSON data against schema : "