Skip to main content
Glama

Open the cross-layer dashboard

open_moat_dashboard
Read-only

Render a customer's full picture dashboard showing monthly payments, active entitlements, and database read-costs, joined by identity. Identify the customer using any supported identifier.

Instructions

Render a customer's cross-layer dashboard — what they pay (monthly), their active entitlements, and their database read-cost, joined by identity — and return the same as a text summary. Returns a rendered dashboard in MCP-Apps-capable hosts (a text summary elsewhere). Identify the customer by ANY ONE of the identifiers below; they all resolve to the same canonical customer. Use when asked to show, open, or visualize a customer's full picture. Returns a no-match result if no customer resolves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdNoYour own user id for this person — the value you pass to identify() (e.g. 'user_847').
projectNoThe app to read (its project id, from list_projects). Required with a workspace key unless set via use_project.
customerIdNoA Crossdeck customer id ('cdcust_…').
anonymousIdNoA pre-login anonymous/device id captured before sign-in.
stripeCustomerIdNoStripe customer id ('cus_…').
googlePurchaseTokenNoGoogle Play purchase token for the purchase.
appleOriginalTransactionIdNoApple StoreKit originalTransactionId for the purchase.
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description adds value by describing output format variation (rendered vs. text depending on host) and the no-match behavior. No contradictions with annotations.

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?

Description is concise, front-loaded with the core purpose, and every sentence adds value. No redundant or unnecessary information.

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?

Given the complexity (7 optional params, no output schema), the description covers key aspects: dashboard contents, identifier interchangeability, output format variation, and no-match handling. It could mention the project dependency (covered in schema) but overall is sufficient.

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?

Schema description coverage is 100%, so parameters are well-documented. The description adds useful context that only one identifier is needed and they all resolve to the same customer, which is not in the schema. This clarifies usage patterns.

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?

Description clearly states the tool renders a customer's cross-layer dashboard with specific components (pay, entitlements, read-cost) and returns a text summary or rendered dashboard. It distinguishes from siblings like get_customer, get_revenue, and get_read_cost which focus on individual pieces.

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?

Explicitly says 'Use when asked to show, open, or visualize a customer's full picture.' It doesn't explicitly state when not to use or mention alternatives, but the context from sibling tools provides differentiation. The guidance is clear and actionable.

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/Crossdeckhq/crossdeck-prism'

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