Skip to main content
Glama
gruzd1sok

admitad-mcp

by gruzd1sok

authenticate

Log in to Admitad API using OAuth2 client credentials or environment variables. Returns username, webmaster ID, and token expiration.

Instructions

Authenticate with Admitad API using OAuth2 client credentials.

If client_id / client_secret are empty, falls back to ADMITAD_CLIENT_ID / ADMITAD_CLIENT_SECRET environment variables.

Returns username, webmaster_id, token_expires_in seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
client_idNo
client_secretNo
Behavior3/5

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

With no annotations, description carries full burden. It discloses OAuth2 client credentials flow, fallback behavior, and return fields. It does not mention error handling, rate limits, or session management, but covers core behavior adequately.

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?

Three sentences, no extraneous information. Front-loaded with purpose, then fallback, then return values. Efficient.

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

Completeness4/5

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

Given no output schema, description covers return values (username, webmaster_id, token_expires_in). It explains fallback behavior. Lacks mention of token storage or error handling, but generally adequate for a simple auth tool.

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 has no parameter descriptions (0% coverage). Description adds minimal value by noting fallback to environment variables when parameters are empty, but does not explain format or constraints beyond that.

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?

Description clearly states the tool authenticates with Admitad API using OAuth2 client credentials. It distinguishes from sibling tools (e.g., download_feed, search_products) which are data retrieval operations.

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?

Description indicates when to use (to authenticate) and provides fallback to environment variables. However, it does not explicitly state that authentication must be called before other tools or exclude alternative auth methods.

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/gruzd1sok/admitad-mcp'

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