Skip to main content
Glama

add_client

Register a new client by providing a unique name and an optional domain for future checks.

Instructions

Register a client. Holds no credential - only a name and a domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesWhat you call this client, for example Acme Ltd. Used in tool names, so two clients cannot differ only by punctuation.
domainNoTheir primary domain, if you know it. It can be added later by naming it in a check.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.5.0
    • addedInput schema / properties / domain / description
      Added value: +"Their primary domain, if you know it. It can be added later by naming it in a check."
    • addedInput schema / properties / name / description
      Added value: +"What you call this client, for example Acme Ltd. Used in tool names, so two clients cannot differ only by punctuation."
  2. First observedv0.4.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations present, the description carries the full burden of disclosing behavior. It clarifies that only name and domain are stored (no credential), but does not mention side effects, error handling, or permissions. This is partial transparency.

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 concise and front-loaded with the core action. It avoids extraneous details and is easy to parse, with the key verb and object appearing first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is adequate for a simple add operation, but it does not address potential outcomes (e.g., duplicate client, validation failures) or return behavior. Since there is no output schema, more context about expected results would improve completeness, though it is not critically lacking.

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 detailed descriptions for both parameters (name and domain), achieving 100% schema coverage. The tool description's mention of 'only a name and a domain' adds no additional meaning beyond the schema, so the baseline score 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 clearly states the action ('Register a client') and the resource (client), making the purpose unambiguous. It also distinguishes itself by noting it holds no credential, which helps differentiate it from other client-related operations.

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?

The description does not explicitly state when to use this tool over alternatives such as list_clients or work_on_client. It only implies that it is for adding a new client, but provides no explicit guidance or contrast with sibling tools.

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

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/vishalsg42/munim'

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