addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / class_symbolic_name / title
Removed value: -"Class Symbolic Name"
removedInput schema / properties / keywords_at_path_levels / title
Removed value: -"Keywords At Path Levels"
removedInput schema / title
Removed value: -"lookup_documents_by_pathArguments"
removedOutput schema / $defs
Removed value: -{
- "DocumentFilingMatch": {
- "description": "Information about a document where it is filed in a folder that matches a search.",
- "properties": {
- "containment_id": {
- "description": "The id of the containment relationship where the document is filed",
- "title": "Containment Id",
- "type": "string"
- },
- "containment_name": {
- "description": "The containment name of the document where filed in the folder",
- "title": "Containment Name",
- "type": "string"
- },
- "containment_path": {
- "description": "The containment path of the document where filed in the folder",
- "title": "Containment Path",
- "type": "string"
- },
- "document_class_name": {
- "default": "Document",
- "description": "Class identifier for the document that is filed",
- "title": "Document Class Name",
- "type": "string"
- },
- "document_id": {
- "description": "The id of the document that is filed in the folder",
- "title": "Document Id",
- "type": "string"
- },
- "document_name": {
- "description": "The name of the document that is filed in the folder",
- "title": "Document Name",
- "type": "string"
- },
- "folder_id": {
- "description": "The id of the folder where the document is filed",
- "title": "Folder Id",
- "type": "string"
- },
- "folder_name": {
- "description": "The name of the folder where the document is filed",
- "title": "Folder Name",
- "type": "string"
- },
- "folder_path": {
- "description": "The path of the folder where the document is filed",
- "title": "Folder Path",
- "type": "string"
- },
- "score": {
- "description": "The match score, higher values indicate better matches",
- "title": "Score",
- "type": "number"
- }
- },
- "required": [
- "containment_id",
- "containment_name",
- "containment_path",
- "document_id",
- "document_name",
- "folder_id",
- "folder_name",
- "folder_path",
- "score"
- ],
- "title": "DocumentFilingMatch",
- "type": "object"
- },
- "ToolError": {
- "description": "Represents an error response from a tool execution.\n\nThis class helps the LLM understand error messages and provides suggestions\nfor potential resolutions.",
- "properties": {
- "isError": {
- "const": true,
- "default": true,
- "description": "Indicates that an error occurred during tool execution if value is True",
- "title": "Iserror",
- "type": "boolean"
- },
- "message": {
- "description": "Detailed error message",
- "title": "Message",
- "type": "string"
- },
- "suggestions": {
- "description": "List of suggestions for resolving the error",
- "items": {
- "type": "string"
- },
- "title": "Suggestions",
- "type": "array"
- }
- },
- "required": [
- "message"
- ],
- "title": "ToolError",
- "type": "object"
- }
-}
changedOutput schema / properties / result / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/DocumentFilingMatch"
- },
- "type": "array"
- },
- {
- "$ref": "#/$defs/ToolError"
- }
-]New value: +[
+ {
+ "items": {
+ "description": "Information about a document where it is filed in a folder that matches a search.",
+ "properties": {
+ "containment_id": {
+ "description": "The id of the containment relationship where the document is filed",
+ "type": "string"
+ },
+ "containment_name": {
+ "description": "The containment name of the document where filed in the folder",
+ "type": "string"
+ },
+ "containment_path": {
+ "description": "The containment path of the document where filed in the folder",
+ "type": "string"
+ },
+ "document_class_name": {
+ "default": "Document",
+ "description": "Class identifier for the document that is filed",
+ "type": "string"
+ },
+ "document_id": {
+ "description": "The id of the document that is filed in the folder",
+ "type": "string"
+ },
+ "document_name": {
+ "description": "The name of the document that is filed in the folder",
+ "type": "string"
+ },
+ "folder_id": {
+ "description": "The id of the folder where the document is filed",
+ "type": "string"
+ },
+ "folder_name": {
+ "description": "The name of the folder where the document is filed",
+ "type": "string"
+ },
+ "folder_path": {
+ "description": "The path of the folder where the document is filed",
+ "type": "string"
+ },
+ "score": {
+ "description": "The match score, higher values indicate better matches",
+ "type": "number"
+ }
+ },
+ "required": [
+ "containment_id",
+ "containment_name",
+ "containment_path",
+ "document_id",
+ "document_name",
+ "folder_id",
+ "folder_name",
+ "folder_path",
+ "score"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "description": "Represents an error response from a tool execution.\n\nThis class helps the LLM understand error messages and provides suggestions\nfor potential resolutions.",
+ "properties": {
+ "isError": {
+ "const": true,
+ "default": true,
+ "description": "Indicates that an error occurred during tool execution if value is True",
+ "type": "boolean"
+ },
+ "message": {
+ "description": "Detailed error message",
+ "type": "string"
+ },
+ "suggestions": {
+ "description": "List of suggestions for resolving the error",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "message"
+ ],
+ "type": "object"
+ }
+]
removedOutput schema / properties / result / title
Removed value: -"Result"
removedOutput schema / title
Removed value: -"lookup_documents_by_pathOutput"
addedOutput schema / x-fastmcp-wrap-result
Added value: +true