Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mobbin_connectA

Launch a browser and connect to Mobbin. Restores saved session if available. Use headless=false for first-time login (so you can see the browser window). After connecting, use mobbin_login if not authenticated.

mobbin_loginA

Navigate to Mobbin login page and wait for the user to authenticate manually. The browser must be launched in non-headless mode (mobbin_connect with headless=false). Waits up to 5 minutes for login completion, then saves session cookies.

mobbin_navigateA

Navigate to a Mobbin URL and wait for the page to load. Returns page title and final URL. Known URL patterns: {"home":"https://mobbin.com","login":"https://mobbin.com/login","exploreWeb":"https://mobbin.com/explore/web","exploreMobile":"https://mobbin.com/explore/mobile","browseWebScreens":"https://mobbin.com/browse/web/screens","browseMobileScreens":"https://mobbin.com/browse/mobile/screens","browseWebFlows":"https://mobbin.com/browse/web/flows","browseMobileFlows":"https://mobbin.com/browse/mobile/flows"} Screen categories: home, dashboard, login, signup, onboarding, checkout, product-detail, browse-discover, search, settings-preferences, profile, chat-detail, notifications, loading, success, error, empty-state, pricing, payments, orders Flow categories: logging-in, signing-up, onboarding, adding-to-cart-bag, editing-profile, searching, filtering-sorting, subscribing-upgrading, chatting-sending-messages, sharing, uploading, booking Screen category URL: /explore/{mobile|web}/screens/{category} Flow category URL: /explore/{mobile|web}/flows/{category} Screen detail URL: /explore/screens/{UUID}

mobbin_screenshotA

Take a screenshot of the current browser viewport. Returns a PNG image. Use this to see what is currently displayed on the Mobbin page.

mobbin_extractA

Extract structured data from the current Mobbin page. Returns: page type, headings, all links (with Mobbin-specific filtering for screens/flows/apps/categories), all images (with design-relevant image filtering), and a text preview. Use this to understand page content without taking a screenshot.

mobbin_clickA

Click on an element in the current page. Provide one of: text (click element containing text), selector (CSS selector), or x+y coordinates.

mobbin_typeA

Type text into an input field. Optionally specify a CSS selector for the target input. Can press Enter after typing.

mobbin_scrollA

Scroll the current page up or down. Useful for loading more content (Mobbin uses infinite scroll). Returns scroll position.

mobbin_downloadA

Download one or more images by URL to the local filesystem. Images are saved to the downloads directory: mobbin-agent/data/downloads/ Returns the list of saved file paths.

mobbin_disconnectA

Close the browser and save the current session. The session can be restored on the next mobbin_connect call.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a distinct responsibility: session lifecycle (connect/login/disconnect), navigation, observation (screenshot/extract), interaction (click/type/scroll), and asset retrieval (download). There is no meaningful overlap between tools, and any apparent boundaries like connect vs navigate are clearly explained.

Naming Consistency5/5

All tool names follow the same mobbin_<verb> pattern using lowercase snake_case. The verbs are direct and describe exactly what each tool does, making the set predictable and easy for an agent to reason about.

Tool Count5/5

Ten tools is a well-scoped set for a browser automation server focused on Mobbin. Each tool contributes a necessary capability without redundancy, and the count feels appropriate for the workflow of connecting, navigating, extracting, and downloading.

Completeness5/5

The tool surface covers the full lifecycle needed to work with Mobbin: session management, manual authentication, navigation to known screens/flows, page inspection, interaction, scrolling for infinite content, screenshots, and downloading images. There are no critical missing operations for the apparent domain.

Maintenance

ActivityInactive
ResponsivenessNo issues