search_orchestrator_apps
Filter and locate Orchestrator apps on Omilia MCP Tools by specifying an optional search term to streamline app management and access.
Instructions
Search Orchestrator apps with optional search term.
Args:
search_term: Optional search term to filter apps
Input Schema
Name | Required | Description | Default |
---|---|---|---|
search_term | No |
Input Schema (JSON Schema)
{
"properties": {
"search_term": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Search Term"
}
},
"title": "search_orchestrator_appsArguments",
"type": "object"
}