Skip to main content
Glama

Get customer

get_customer
Read-only

Retrieve a customer's profile with their invoices and tickets by providing their ID or email. Use this to investigate a specific account.

Instructions

Look up one customer by id or email and return their profile plus a summary of their invoices and tickets. Use this to investigate a specific account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idOrEmailYesA customer id like CU-1007, or the customer's email address like grace@meridian.hk.
Behavior4/5

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

The description adds value beyond the readOnlyHint annotation by explaining that the tool aggregates a customer's profile with invoice and ticket summaries. This clarifies the scope and return content without contradicting the read-only nature.

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 two sentences, front-loaded with the key action and outcome, and contains no superfluous information. Every word adds value.

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?

For a single-parameter, read-only lookup tool with no output schema, the description sufficiently explains what the tool returns (profile plus invoice/ticket summaries) and when to use it. The simplicity and clear annotations make this complete without needing more detail.

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 already provides full coverage (100%) with a detailed description of idOrEmail including examples. The description's mention of 'by id or email' aligns with the schema but adds no additional semantic detail beyond what is already structured.

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 looks up a single customer by id or email and returns their profile along with invoices and tickets summaries. This specific verb+resource+scope distinguishes it from sibling tools that list or search across multiple records.

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 explicitly says 'Use this to investigate a specific account,' providing clear when-to-use guidance. It does not explicitly list alternatives or when not to use it, but the focus on a single customer implies broader list/search tools are for different scenarios.

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/NDilanka/tessera-mcp'

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