Skip to main content
Glama
omilia

Omilia MCP Tools

Official
by omilia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_miniappsC

Search miniapps. Useful to return a list of miniapps that match a search term. Args: search_term: Optional search term to filter miniapps

get_miniappC

Get a specific miniapp by its ID. Useful to return various information about a miniapp.

Args:
    miniapp_id: The ID of the miniapp to retrieve

Returns:
    The miniapp data as a dictionary
set_miniapp_promptB

Set various types of prompts for a specific miniapp. Unified interface for setting welcome, initial, error and reaction prompts.

Args:
    miniapp_id: The ID of the miniapp to set the prompt for
    prompt_type: The type of prompt to set. Can be one of:
        - "welcome" - The welcome message prompt
        - "initial" - The initial question prompt
        - "error_no_interpretation" - When system cannot interpret the user's input
        - "error_no_response" - When user provides no input
        - "error_global_errors" - For general system errors
        - "error_agent_request" - Response when user requests an agent
        - "error_critical_error" - For critical system errors
        - "error_max_disconfirmations" - When max confirmation retries reached
        - "error_max_wrong_inputs" - When max invalid inputs reached
        - "error_max_dtmf_inputs" - When max DTMF inputs reached
        - "reaction_greeting" - Response to user greetings
        - "reaction_no_match" - When input doesn't match expected responses
        - "reaction_same_state" - When user repeats same input
        - "reaction_nice_response" - Acknowledgement responses
    prompt: The prompt text to set
get_dialog_logsB

Get the dialog logs for a specific dialog ID. Useful for retrieving conversation history and analytics.

Args:
    dialog_id: The ID of the dialog to retrieve logs for

Returns:
    The dialog log data as a dictionary
search_orchestrator_appsC

Search Orchestrator apps with optional search term.

Args:
    search_term: Optional search term to filter apps
get_orchestrator_appA

Get an Orchestrator application canvas by ID. Users can ask for this by saying "show me the app", "show me the canvas", "app contents" or "show me the flow". The resulting JSON is a graph structure of nodes and edges athat describes a dialog flow.

Args:
    canvas_id: The ID of the canvas to get. This is the ID of the application canvas, contained in the search_orchestrator_apps results.
search_dialog_logsA

Search dialogs using various filter criteria. Can also be requested by users by saying "find sessions", "search logs" or "identify dialog logs"

Args:
    apps (list): List of miniApp_ids or sandbox_flowapp_app_ids to filter by. This is not the same as the orchestrator app ID! One MUST get the sandbox_flowapp_app_id from the search_orchestrator_apps tool first.
    from_date (str, optional): Start date/time in ISO format or milliseconds timestamp. Defaults to 24 hours ago.
    to_date (str, optional): End date/time in ISO format or milliseconds timestamp. Defaults to now.
    size (int, optional): Number of results to return. Defaults to 10
    ani (list, optional): List of ANIs to filter by. ANI is the phone number of the caller.
    dialog_group (str, optional): Dialog group ID to filter by
    ocp_group_names (list, optional): List of OCP group names to filter by
    region (str, optional): Region to filter by
    application_layer (bool, optional): Whether to include application layer. Defaults to True
    steps_gt (int, optional): Filter dialogs with steps greater than this number

Returns:
    dict: Search results containing matching dialogs
search_numbersC

Search (phone) numbers with optional search term.

Args:
    search_term: Optional search term to filter numbers
search_variable_collectionsC

Search variable collections with optional search term.

Args:
    search_term: Optional search term to filter variable collections
get_collection_variablesC

Get a list of all variables in a collection.

Args:
    collection_id: The ID of the collection to get variables for

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/omilia/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server