List SecObserve Resources
secobserve_list_resourcesList all SecObserve resources the server can access, showing supported verbs and named actions. Filter by keyword to quickly find relevant resources before starting any task.
Instructions
List every SecObserve resource this server can reach, with its verbs and named actions.
Start here. The output is the vocabulary for secobserve_list / get / create / update / delete / call_action. It is served from a static catalogue and makes no API call, so it is free to call first.
Args: params (ListResourcesInput): Validated input containing: - contains (Optional[str]): Substring filter on resource name and summary.
Returns: str: Markdown, one section per resource: "## " then the API path, supported operations (list/get/create/update/delete), a one-line summary, the default list projection, and each named action with its verb and detail level.
Examples: - Use when: starting any SecObserve task and you need the resource names. - Use when: "what can I do with license policies?" -> contains="license" - Don't use when: you need exact filter names or field types (use secobserve_describe_resource, which reads the live schema).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |