> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corvic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# get_resources

> Return resource information if it is accessible by the agent

# get\_resources

> Return resource information if it is accessible by the agent.

## Input Schema

```json theme={null}
{
  "properties": {
    "original_paths": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "original_paths"
  ],
  "type": "object"
}
```
