Skip to main content
Glama

List browser profiles

list_profiles
Read-only

Search and list browser profiles with full-text search, filters, and pagination. Each profile includes its fingerprint, so set a small limit to avoid oversized responses.

Instructions

List browser profiles with pagination, full-text search and filters. Each item carries a full fingerprint, so keep limit small (default 10) unless you really need the raw data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
tagsNo
limitNo
orderNo
queryNoFull-text search across profile name, proxy host and other key fields.
usersNoCreator user ids to filter by.
sortByNo
foldersNo
proxiesNoProxy ids to filter by.
statusesNoStatus ids to filter by.
noteQueryNoFull-text search inside profile notes only.
mainWebsitesNo
Behavior4/5

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

Annotations already indicate read-only and open-world, so the description appropriately adds the behavioral trait that each item carries a full fingerprint, implying heavy payloads. This is useful context beyond the annotations, though it does not detail return structure or pagination specifics.

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?

The description is two sentences, front-loaded with purpose and then a practical caution. Every word earns its place, with no redundancy or filler.

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?

Given 12 parameters and no output schema, the description provides only a high-level overview. It mentions the fingerprint payload but not the return shape or which filtering options exist. It is adequate but incomplete for an agent to fully understand the tool's capabilities.

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

Parameters2/5

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

With only 42% schema description coverage, the description should compensate for the many undocumented parameters. It only broadly mentions pagination, search, and filters, and specifies the limit default. It does not explain filters like tags, folders, statuses, or sorting, leaving the agent to guess parameter semantics.

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 tool lists browser profiles and mentions key capabilities (pagination, full-text search, filters). This distinguishes it from similar tools like list_profiles_cursor by implying page-based pagination, and the verb-resource pair is explicit.

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

Usage Guidelines4/5

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

The description provides clear usage context: the tool supports pagination, search, and filters, and warns about the large payload of full fingerprints, advising a small limit. It does not explicitly mention when to use list_profiles_cursor as an alternative, so it falls short of a 5, but the guidance is pragmatic and clear.

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/someorgyouwontcareabout/DolphinMCP'

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