Skip to main content
Glama
asgard-ai-platform

mcp-buy123-vendor

auth_status

Check local availability of a usable vendor access token to determine if login is needed before proceeding with API requests.

Instructions

Report whether the MCP currently has a usable vendor access token.

Call this before other tools if you're unsure whether login is needed. Does NOT hit the upstream API — purely a local cache check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden and clearly discloses a key behavior: 'Does NOT hit the upstream API — purely a local cache check.' This alerts the agent that the tool is safe and fast, avoiding unnecessary network calls. It could add more detail about response format or staleness, but this is sufficient for a simple status tool.

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 three lines, front-loaded with the purpose, followed by usage guidance and a key behavioral caveat. Every sentence earns its place with no fluff. It is tightly structured and immediately readable.

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?

For a zero-parameter status check tool, the description fully covers what it does, when to use it, and its local-cache behavior. No output schema exists, but 'Report whether' sufficiently indicates the return type. No additional context is needed for the agent to select and invoke it correctly.

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 tool takes 0 parameters, so the baseline is 4. The description correctly omits parameter details since there are none, and the schema is already at 100% coverage (vacuous). No additional explanation needed.

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 begins with a specific verb 'Report' and clearly identifies the resource: 'whether the MCP currently has a usable vendor access token.' This distinguishes it from sibling tools like vendor_login and get_current_user by focusing on token availability rather than the login process or user info.

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

Usage Guidelines5/5

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

Directly states when to use: 'Call this before other tools if you're unsure whether login is needed.' This gives explicit usage context and implies that other tools may require a valid token. The note 'Does NOT hit the upstream API' also guides users to prefer this tool for a quick, side-effect-free check.

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/asgard-ai-platform/mcp-buy123-vendor'

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