changedOutput schema / properties / result / properties / matches / items / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "category": {
- "$ref": "#/$defs/ToolCategory"
- },
- "description": {
- "$ref": "#/$defs/ToolDescription"
- },
- "name": {
- "$ref": "#/$defs/ToolName"
- },
- "optionalParams": {
- "items": {
- "$ref": "#/$defs/Trimmed",
- "description": "a non empty string",
- "minLength": 1,
- "title": "nonEmptyString"
- },
- "type": "array"
- },
- "parameterSummaryStatus": {
- "enum": [
- "available"
- ],
- "type": "string"
- },
- "requiredParams": {
- "items": {
- "$ref": "#/$defs/Trimmed",
- "description": "a non empty string",
- "minLength": 1,
- "title": "nonEmptyString"
- },
- "type": "array"
- }
- },
- "required": [
- "name",
- "category",
- "description",
- "requiredParams",
- "optionalParams",
- "parameterSummaryStatus"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "category": {
- "$ref": "#/$defs/ToolCategory"
- },
- "description": {
- "$ref": "#/$defs/ToolDescription"
- },
- "name": {
- "$ref": "#/$defs/ToolName"
- },
- "optionalParams": {
- "items": {
- "$ref": "#/$defs/Trimmed",
- "description": "a non empty string",
- "minLength": 1,
- "title": "nonEmptyString"
- },
- "type": "array"
- },
- "parameterSummaryStatus": {
- "enum": [
- "empty"
- ],
- "type": "string"
- },
- "requiredParams": {
- "items": {
- "$ref": "#/$defs/Trimmed",
- "description": "a non empty string",
- "minLength": 1,
- "title": "nonEmptyString"
- },
- "type": "array"
- }
- },
- "required": [
- "name",
- "category",
- "description",
- "requiredParams",
- "optionalParams",
- "parameterSummaryStatus"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "category": {
- "$ref": "#/$defs/ToolCategory"
- },
- "description": {
- "$ref": "#/$defs/ToolDescription"
- },
- "name": {
- "$ref": "#/$defs/ToolName"
- },
- "optionalParams": {
- "items": {
- "$ref": "#/$defs/Trimmed",
- "description": "a non empty string",
- "minLength": 1,
- "title": "nonEmptyString"
- },
- "type": "array"
- },
- "parameterSummaryIssue": {
- "type": "string"
- },
- "parameterSummaryStatus": {
- "enum": [
- "invalid_input_schema"
- ],
- "type": "string"
- },
- "requiredParams": {
- "items": {
- "$ref": "#/$defs/Trimmed",
- "description": "a non empty string",
- "minLength": 1,
- "title": "nonEmptyString"
- },
- "type": "array"
- }
- },
- "required": [
- "name",
- "category",
- "description",
- "requiredParams",
- "optionalParams",
- "parameterSummaryStatus",
- "parameterSummaryIssue"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolCategory"
+ }
+ ],
+ "description": "MCP tool category used for toolset filtering and proxy discovery."
+ },
+ "description": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolDescription"
+ }
+ ],
+ "description": "Human-readable MCP tool description."
+ },
+ "name": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolName"
+ }
+ ],
+ "description": "Exact MCP tool name registered by this server."
+ },
+ "optionalParams": {
+ "$ref": "#/$defs/Arrays_1"
+ },
+ "parameterSummaryStatus": {
+ "enum": [
+ "available"
+ ],
+ "type": "string"
+ },
+ "requiredParams": {
+ "$ref": "#/$defs/Arrays_"
+ }
+ },
+ "required": [
+ "name",
+ "category",
+ "description",
+ "requiredParams",
+ "optionalParams",
+ "parameterSummaryStatus"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolCategory"
+ }
+ ],
+ "description": "MCP tool category used for toolset filtering and proxy discovery."
+ },
+ "description": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolDescription"
+ }
+ ],
+ "description": "Human-readable MCP tool description."
+ },
+ "name": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolName"
+ }
+ ],
+ "description": "Exact MCP tool name registered by this server."
+ },
+ "optionalParams": {
+ "$ref": "#/$defs/Arrays_1"
+ },
+ "parameterSummaryStatus": {
+ "enum": [
+ "empty"
+ ],
+ "type": "string"
+ },
+ "requiredParams": {
+ "$ref": "#/$defs/Arrays_"
+ }
+ },
+ "required": [
+ "name",
+ "category",
+ "description",
+ "requiredParams",
+ "optionalParams",
+ "parameterSummaryStatus"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolCategory"
+ }
+ ],
+ "description": "MCP tool category used for toolset filtering and proxy discovery."
+ },
+ "description": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolDescription"
+ }
+ ],
+ "description": "Human-readable MCP tool description."
+ },
+ "name": {
+ "allOf": [
+ {
+ "$ref": "#/$defs/ToolName"
+ }
+ ],
+ "description": "Exact MCP tool name registered by this server."
+ },
+ "optionalParams": {
+ "$ref": "#/$defs/Arrays_1"
+ },
+ "parameterSummaryIssue": {
+ "type": "string"
+ },
+ "parameterSummaryStatus": {
+ "enum": [
+ "invalid_input_schema"
+ ],
+ "type": "string"
+ },
+ "requiredParams": {
+ "$ref": "#/$defs/Arrays_"
+ }
+ },
+ "required": [
+ "name",
+ "category",
+ "description",
+ "requiredParams",
+ "optionalParams",
+ "parameterSummaryStatus",
+ "parameterSummaryIssue"
+ ],
+ "type": "object"
+ }
+]