Skip to main content
Glama

start_user_auth

Initiate OAuth2 authentication for eBay buyer operations. Opens a URL to sign in and authorize access for bidding, buying, and watchlist management.

Instructions

Begin OAuth2 user authentication for buyer-side eBay operations.

Watchlist, MyeBay reads, bidding, and buying all require a user token. This tool returns an auth_url for you (the human) to open in a browser. After signing in and granting permissions, eBay redirects to the configured redirect_uri with a code query parameter — pass that to complete_user_auth to finalize.

Most workflows only run this once per host; tokens persist 18 months and auto-refresh.

Args: host: which configured host to authenticate against. Defaults to config's default_host.

Returns: dict with host, auth_url, state, and instructions. The auth_url is what the human needs to open; the state is round-tripped to verify the callback genuinely came from this flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: it returns an auth_url for human interaction, explains the redirect flow, and mentions token persistence (18 months, auto-refresh). This is comprehensive.

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 well-structured, with clear sections, bullet points for args/returns, and no wasted words. Front-loaded with purpose.

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

Completeness5/5

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

Given the output schema exists, the description adequately explains return values and provides complete usage context, including token lifecycle and workflow steps. No gaps.

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

Parameters4/5

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

The schema has 0% description coverage, but the description explains the 'host' parameter meaning (which configured host, defaults to config's default_host). This adds value beyond the schema.

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 it begins OAuth2 user authentication for buyer-side eBay operations, using specific verbs and resource. It distinguishes from siblings by referencing 'complete_user_auth' and outlining the workflow.

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?

It explicitly says when to use this tool (for operations requiring user token) and notes that most workflows run once per host. It lacks explicit 'when-not' or alternative tool names beyond the context, hence not a 5.

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/acato/ebay-mcp'

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