List MikroTik router profiles
mikrotik_list_profilesSearch configured MikroTik router profiles to get connection details, read-only status, and the profile name required for executing RouterOS commands.
Instructions
Search the configured MikroTik router profiles. Config files are re-read on every call. Returns connection details and whether each profile is read-only. Never returns secrets — passwords and passphrases live in environment variables, and only the variable name is shown. Call this first to discover the profile name that mikrotik_exec needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Case-insensitive substring matched against name, host, description and tags. Omit to list all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | ||
| sources | Yes | Config files that were loaded, in precedence order. | |
| profiles | Yes | ||
| searched | Yes | Every path consulted, whether or not it exists. |