Skip to main content
Glama

MCP Safari Server

by stevenayl
MIT License
1
  • Apple

select_option

Choose a specific option from a dropdown menu in Safari on macOS using a CSS selector, option value, text, or index for web automation and testing tasks.

Instructions

Select an option from a dropdown

Input Schema

NameRequiredDescriptionDefault
indexNoOption index to select
selectorYesCSS selector for the select element
textNoOption text to select
valueNoOption value to select

Input Schema (JSON Schema)

{ "properties": { "index": { "description": "Option index to select", "type": "number" }, "selector": { "description": "CSS selector for the select element", "type": "string" }, "text": { "description": "Option text to select", "type": "string" }, "value": { "description": "Option value to select", "type": "string" } }, "required": [ "selector" ], "type": "object" }

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/stevenayl/mcp-safari-server'

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