Skip to main content
Glama
kentaroajisaka

mf-full-mcp

auth_status

Check the current state of an in-progress authentication flow, returning waiting, exchanging, done, or error to determine if authentication completed or requires attention.

Instructions

進行中の認証フローの状態を確認する(waiting/exchanging/done/error)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It usefully reveals the possible returned statuses (waiting/exchanging/done/error), but it does not state whether the call is side-effect free, how it behaves when no authentication flow is ongoing, or what an error entails. This is adequate but has clear gaps.

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 a single concise sentence that front-loads the core purpose and then provides the status vocabulary in parentheses. There is no wasted wording or redundant repetition of the tool name.

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 the tool's low complexity (no parameters, no output schema, no annotations), the description is largely sufficient: it names the operation, the target flow, and the status values. It could be more explicit about the exact return structure or behavior when no flow is active, but these are minor for a simple status-checking tool.

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, so the empty schema already fully documents the input. The baseline for zero-parameter tools is 4, and no additional parameter details are needed because there is nothing to supply.

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 verb (確認する/check) and the resource (status of the ongoing authentication flow), and also enumerates the possible statuses: waiting/exchanging/done/error. This unambiguously distinguishes it from the sibling authenticate tool, which starts a flow rather than checking its state.

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

Usage Guidelines3/5

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

The context of 'ongoing authentication flow' implies this tool should be used after or during authentication to poll or inspect state, but there is no explicit when-to-use/when-not-to-use guidance or mention of alternatives. The usage is reasonably inferable but not clearly specified.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/kentaroajisaka/mf-full-mcp'

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