Skip to main content
Glama

acc_auth_status

Read-only

Check ACC authentication status to verify APS credentials, 3-legged session, token cache, default region, and callback URL. Run this first or on auth errors to resolve connection issues.

Instructions

Check the authentication state of the ACC connection.

Shows whether the APS app credentials are configured, whether a 3-legged user session exists (and for whom), 2-legged token cache state, the default region and the callback URL. Call this first in a session, and whenever an auth error occurs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The readOnlyHint annotation already establishes that this is a read-only operation. The description adds useful behavioral context by listing exactly what is checked (credentials, user session, token cache, region, callback URL) and advising when to call it, which goes beyond the annotation.

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 the core purpose, followed by a compact enumeration of details and usage advice. There is no wasted wording.

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?

With no parameters, an output schema, and a description that states what it checks and when to invoke it, the tool is fully contextualized for an agent to select and call correctly. The usage note about calling first and on auth errors completes the picture.

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 has zero parameters and the schema coverage is trivially 100%. Per the rubric, a baseline of 4 applies for no parameters, and the description adds sufficient context about what the status inspection covers.

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's purpose with a specific verb ('Check') and a specific resource ('authentication state of the ACC connection'). It also enumerates the exact pieces of state it inspects, making it distinct from sibling tools like acc_login, acc_logout, and acc_whoami.

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 explicitly says to call this tool 'first in a session, and whenever an auth error occurs,' providing clear usage context. However, it does not explicitly mention when not to use it or name alternative tools, so it stops short of a full 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/nhantruong96/acc-mcp'

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