Skip to main content
Glama

nexus_oauth_status

Read-onlyIdempotent

Verify OAuth login status for Nexus Mods: shows configuration, token expiry, scope, and refresh token presence while keeping the access token secure.

Instructions

Report the OAuth login state: configured env vars, token expiry, scope.

Never exposes the access token itself - only a prefix and expiry metadata.

Returns: JSON {configured, logged_in, expires_at, scope, has_refresh_token, token_file}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context beyond annotations by explicitly stating that the access token itself is never exposed, only a prefix and expiry metadata, which is valuable security-relevant information.

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 compact and front-loaded with the core purpose, followed by a precise security note and a structured return summary. Every sentence contributes information without redundancy or filler.

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?

Given zero parameters, a provided output schema, and annotations that fully cover the safety profile, the description is complete. It tells the agent what state is reported, confirms sensitive token data is not returned, and lists the JSON fields, so no essential context is missing.

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. The description still adds value by clarifying what the reported state consists of, including configured env vars, token expiry, scope, and whether a refresh token exists, even though no parameter documentation is 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 uses a specific verb, 'Report', with a clear resource, 'OAuth login state', and enumerates the exact fields returned. This makes it unambiguous and naturally distinguishes it from OAuth action siblings like nexus_oauth_login, nexus_oauth_refresh, and nexus_oauth_logout.

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 purpose implies when to use it — to inspect the current OAuth login state rather than to log in, log out, exchange, or refresh. However, it never explicitly states conditions, exclusions, or names alternatives, leaving the comparison to be inferred from sibling tool names.

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/Talya1412/nexus-mcp'

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