Skip to main content
Glama
aic0t

AI Coach MCP Server

by aic0t

Open AI Coach dashboard

open_ai_coach_dashboard
Read-only

Open an interactive dashboard to view the current state of AI Coach desktop mascots.

Instructions

Show the current state of the AI Coach desktop mascots and open an interactive dashboard. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoDisplay language (BCP 47).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
mascotsYes
previewNo
appLocaleNo
updatedAtYes
appVersionNo
careResultNo
connectionYes
capabilitiesYes
protocolVersionYes
viewPreferencesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.1.4
    • changedInput schema / properties / locale / description
      Previous value: -"Display language hint (BCP 47). The dashboard view passes hostContext.locale through unchanged."New value: +"Display language (BCP 47)."
  2. First observedv0.1.2

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, and the description reinforces the read-only nature. It adds that the tool opens an interactive dashboard, but provides no further behavioral details such as whether it changes UI state or requires any special conditions.

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, front-loaded sentence that states the action and resource clearly, followed by a useful 'Read-only' marker. There is no wasted wording.

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 viewer with one optional parameter, an output schema, and read-only annotations, the description is mostly complete. The only minor gap is that it does not clarify what 'open an interactive dashboard' physically involves or when it should be selected among dashboard-related siblings.

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 schema fully documents the only parameter (locale) with a BCP 47 pattern and description. The tool description adds no parameter-specific meaning, so the baseline of 3 is appropriate.

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 clearly states the tool's function: showing the current state of AI Coach desktop mascots and opening an interactive dashboard. It is distinct from sibling tools like show_ai_coach_message or show_ai_coach_file, though it does not explicitly name a differentiating sibling.

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?

No explicit guidance is given about when to use this tool versus alternatives. The agent can infer it is the dashboard entry point, but the description does not mention exclusions or when to prefer another sibling like refresh_ai_coach_status.

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