Skip to main content
Glama

action

Execute specific accessibility actions on UI elements when standard functions are insufficient. Identify available actions with get_element, then perform them by exact name.

Instructions

Perform a raw accessibility action by exact name.

Use this when the convenience functions (click, focus, etc.)
do not cover what you need.  Call ``get_element`` first to
see the element's actions list, then pass the exact name here.

Args:
    element_id: The element ID.
    action_name: Exact action name (e.g. "activate", "expand or collapse", "ShowMenu").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
element_idYes
action_nameYes

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/Touchpoint-Labs/Touchpoint'

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