Skip to main content
Glama

Get client by email

get_client
Read-onlyIdempotent

Retrieve complete client details, including settings, inbound, and traffic limits, by exact email. Use when you know the client's identifier.

Instructions

Get full details (settings, inbound, traffic limits) for a single client by its exact email. Use list_clients first if you do not know the exact email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesExact client email/identifier
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, covering safety and side-effect profile. The description adds behavioral value by specifying the exact return content ('settings, inbound, traffic limits'), which helps the agent gauge whether this tool meets its information needs. It does not contradict annotations and provides useful context beyond the schema.

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 primary action and returns, then the usage guidance. No redundant phrases or filler. Every word contributes to understanding what the tool does and when to use it.

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 getter with annotations covering safety, the description provides all necessary context: what it returns, the input requirement, and the fallback alternative. It does not mention error handling or pagination, but these are not expected for this simple tool. The description is fully adequate for an agent to call it correctly.

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 describes the email parameter as 'Exact client email/identifier,' and the description reiterates the 'exact email' requirement without adding new constraints (e.g., case sensitivity, format). With 100% schema coverage, the description adds little beyond reinforcing the parameter's 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Get') and resource ('full details for a single client'), enumerates the exact fields returned (settings, inbound, traffic limits), and emphasizes the 'exact email' criterion. This clearly distinguishes it from the sibling list_clients (returns a list) and get_client_traffic (traffic only), making the tool's purpose unambiguous.

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?

The description gives explicit when-to-use guidance: 'Use list_clients first if you do not know the exact email.' This tells the agent the condition under which it should select an alternative, thereby clarifying the precise context for this tool. No other exclusions are needed given the simple, single-purpose nature of the tool.

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/iamhelitha/3xui-mcp'

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