Skip to main content
Glama
axivo

Safari MCP Server

by axivo

type

Destructive

Insert text into webpage input fields by specifying a CSS selector, with options to append to existing content or automatically submit the form.

Instructions

Type text into a page input field

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appendNoAppend to existing value instead of replacing
selectorNoCSS selector for the target input
submitNoSubmit form by pressing Enter after typing
textYesText to type
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate destructiveHint=true and idempotentHint=false, so the description's statement about typing aligns. However, it does not add context beyond annotations; for example, it doesn't mention that submit=true may cause navigation or that append behavior differs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence (7 words) that is easily parsable. It is front-loaded with the key action. However, it is perhaps too terse and could include more detail without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is minimal but the schema covers all parameters comprehensively. Given the complexity (4 params, no output schema) and sibling tools, the description does not fully contextualize when this tool is appropriate, limiting completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for all parameters (text, selector, append, submit). The description adds no additional meaning beyond what the schema already provides, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Type text into a page input field', which is a specific verb+resource combination. It effectively distinguishes this tool from siblings like click, hover, or select, all of which perform different actions on the page.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention when to prefer type over select or paste, nor does it indicate any prerequisites or context (e.g., that the input must be focused or visible).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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

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