Skip to main content
Glama
roxybrowserlabs

RoxyBrowser MCP Server

Official

roxy_list_accounts

Retrieve a paginated list of accounts (platform credentials) from a specified workspace, with optional filtering by account ID.

Instructions

Get list of accounts (platform credentials) in specified workspace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdYesWorkspace ID
accountIdNoAccount ID to filter by
pageIndexNoPage index for pagination (default: 1)
pageSizeNoNumber of items per page (default: 15)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It implies a read operation but does not confirm read-only behavior, mention rate limits, pagination behavior, or any side effects. The bare phrase 'Get list' is insufficient for a mutation-aware agent.

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

Conciseness5/5

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

Single sentence with no wasted words. Directly communicates the essence of the tool.

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?

With no output schema, the description gives no hint of return values or structure. It covers the basic purpose but lacks details on filtering, pagination, and result interpretation. Adequate but not comprehensive.

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?

Schema description coverage is 100%, providing basic parameter descriptions. The description adds 'platform credentials' context but does not explain the workspaceId parameter meaning beyond the schema, nor how the accountId filter works or pagination defaults. Baseline 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 the verb 'Get', the resource 'list of accounts' with clarifying parenthetical 'platform credentials', and the context 'in specified workspace'. This distinguishes it from sibling tools like roxy_create_account or roxy_list_browsers.

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?

No guidance on when to use this tool versus alternatives such as roxy_create_account or roxy_get_browser_detail. No mention of prerequisites, limitations, or when not to use it.

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/roxybrowserlabs/roxybrowser-mcp-server'

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