Skip to main content
Glama
Shatale-SASU

Shatale MCP Server

Official
by Shatale-SASU

explain_shatale

Learn the current mode, available tools, and recommended first prompt. Find out how to move from demo to live—no API key required.

Instructions

Entry point. Reports the current mode (GUEST / DEMO(SANDBOX) / LIVE), the tools available in that mode, the recommended first prompt, and how to move from demo to live. Call this first. No API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

A4.6/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool requires no API key, reports mode, and lists what it returns (mode, tools, prompt, upgrade path). It does not mention side effects, but as a reporting tool the disclosure is adequate.

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?

Three sentences, front-loaded with 'Entry point' and 'Call this first'. Every sentence adds functional value with no filler.

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 zero-parameter orientation tool, the description covers the main context: what it reports, the recommended action, and auth requirements. It lacks specifics about the exact mode names or tool list format, but that is not necessary for invocation.

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 there is nothing to document. The description appropriately focuses on the return value and invocation order, earning the baseline 4 for no-param tools.

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 it is the entry point, reports current mode, available tools, recommended first prompt, and mode transition. It distinguishes itself from siblings by being the setup/orientation tool, not a domain-specific operation.

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

Usage Guidelines5/5

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

Explicitly instructs the agent to call this first and notes no API key is required. This gives clear when-to-use guidance and implies it precedes the sibling tools.

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