addedInput schema / properties / ara_connections
Added value: +{
+ "description": "Required — at least one ARA observation connection this tool interprets",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "observation_type": {
+ "description": "e.g. agent_profile, agent_timeline, agent_ee_pattern",
+ "type": "string"
+ },
+ "resolution_level": {
+ "description": "1-3 depending on type (default 1)",
+ "type": "number"
+ }
+ },
+ "required": [
+ "observation_type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
removedInput schema / properties / description
Removed value: -{
- "description": "What the tool does",
- "type": "string"
-}
removedInput schema / properties / endpoint_url
Removed value: -{
- "description": "Tool endpoint URL",
- "type": "string"
-}
addedInput schema / properties / layer / default
Added value: +"layer1"
changedInput schema / properties / layer / description
Previous value: -"Tool layer (1 = standalone, 2 = component)"New value: +"layer1 = standalone, layer2 = component"
addedInput schema / properties / layer / enum
Added value: +[
+ "layer1",
+ "layer2"
+]
changedInput schema / properties / layer / type
Previous value: -"number"New value: +"string"
removedInput schema / properties / metadata
Removed value: -{
- "additionalProperties": {},
- "description": "Additional metadata",
- "type": "object"
-}
removedInput schema / properties / name
Removed value: -{
- "description": "Tool name",
- "type": "string"
-}
changedInput schema / properties / price_dac / description
Previous value: -"Price in DAC"New value: +"Price in DAC (must be > 0)"
addedInput schema / properties / tool_description
Added value: +{
+ "description": "What the tool does (no personal identifying information)",
+ "type": "string"
+}
addedInput schema / properties / tool_name
Added value: +{
+ "description": "Tool name (no personal identifying information)",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "auth_token",
- "name",
- "description",
- "layer",
- "price_dac"
-]New value: +[
+ "auth_token",
+ "tool_name",
+ "price_dac",
+ "ara_connections"
+]