Skip to main content

get_resources

Return resource information if it is accessible by the agent.

Input Schema

{
  "properties": {
    "original_paths": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "original_paths"
  ],
  "type": "object"
}