addedInput schema / properties / includeSystemSchemas
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / limit
Added value: +{
+ "maximum": 1000,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / list
Added value: +{
+ "type": "boolean"
+}
removedInput schema / required
Removed value: -[
- "name"
-]
addedOutput schema / properties / limit
Added value: +{
+ "minimum": 1,
+ "type": "integer"
+}
addedOutput schema / properties / mode
Added value: +{
+ "enum": [
+ "lookup",
+ "list"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / rpcs
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "argTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "args": {
+ "items": {
+ "$ref": "#/properties/args/items"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "enum": [
+ "function",
+ "procedure"
+ ],
+ "type": "string"
+ },
+ "language": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "returns": {
+ "type": "string"
+ },
+ "schema": {
+ "type": "string"
+ },
+ "securityDefiner": {
+ "type": "boolean"
+ },
+ "volatility": {
+ "enum": [
+ "immutable",
+ "stable",
+ "volatile"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "schema",
+ "kind",
+ "argTypes",
+ "args",
+ "returns",
+ "language",
+ "securityDefiner",
+ "volatility"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / totalReturned
Added value: +{
+ "minimum": 0,
+ "type": "integer"
+}
addedOutput schema / properties / truncated
Added value: +{
+ "type": "boolean"
+}
changedOutput schema / required
Previous value: -[
- "toolName",
- "name",
- "schema",
- "args",
- "returns",
- "language",
- "securityDefiner",
- "volatility",
- "source",
- "_hints"
-]New value: +[
+ "toolName",
+ "_hints"
+]