Skip to main content
Glama
Glitch-Gaming-Platform

Glitch MCP

Official

Glitch Auth Status

glitch_auth_status
Read-onlyIdempotent

Verify if your current token or title MCP token has access to Glitch MCP. Provide a title ID to check access for a specific game.

Instructions

Check whether the current user token or title MCP token can access Glitch MCP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
title_idNoGlitch game title id. Omit only after calling glitch_select_title or setting GLITCH_TITLE_ID.
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, so the description's mention of 'check' is consistent but adds no new behavioral traits beyond what annotations provide. No contradictions.

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 immediately conveys the tool's purpose with no unnecessary words. It is front-loaded and efficient.

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?

For a simple auth-check tool with comprehensive annotations, the description is sufficient. It lacks explicit return value details, but the output is implied by the check. The context of sibling tools is clear, and no further elaboration is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers the single parameter (title_id) with a full description, achieving 100% schema description coverage. The tool description adds no additional parameter semantics, meeting the baseline.

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 checks authentication status for the current user or title token, using a specific verb (check) and resource (access). It is distinct from sibling tools which focus on actions, guidance, or file uploads.

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 itself does not provide usage guidance, but the input schema's description for 'title_id' states when to omit it, linking to glitch_select_title or GLITCH_TITLE_ID. This gives context for using the tool correctly, though no explicit alternatives are mentioned.

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/Glitch-Gaming-Platform/Glitch-MCP'

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