Skip to main content
Glama
E-R-Butch

goofish-z-mcp

by E-R-Butch

auth.status

Verify if your Goofish login session is active and retrieve account identifiers like unb, tracknick, or nickname to confirm authentication status.

Instructions

检查登录态是否有效,返回 unb / tracknick / 昵称

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It clearly communicates that this is a read-only status check and names the fields returned, which is meaningful for a zero-parameter tool. It does not specify behavior on invalid login (e.g., error vs. false result), but the presence of an output schema mitigates this gap.

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 one short, front-loaded sentence that states the purpose and the return fields without any wasted words. Every part earns its place.

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 with an output schema available, the description is complete enough. It names the return fields and the operation's purpose; nothing else is strictly required for an agent to 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 has zero parameters, so the baseline is 4. There are no parameter details to add, and the description correctly focuses on the operation and return values rather than inventing parameter information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('检查登录态是否有效' – check if login state is valid) and a clear resource (login status), plus the returned fields (unb / tracknick / nickname). It is clear enough to understand the tool's core function, though it does not explicitly distinguish itself from sibling tools like auth.doctor or auth.risk-status.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or a preferred sibling for related scenarios. The only implied usage is 'check login status,' but no when-to-use or when-not-to-use context is provided.

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

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/E-R-Butch/Goofish-Z'

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