Skip to main content
Glama
WYRE-AI
by WYRE-AI

sherweb_customers_get

Retrieve a specific customer by ID from Sherweb. Reads the customer list and returns the matching customer record.

Instructions

Get one customer by ID. Sherweb exposes customers only as a collection, so this reads the list and selects the match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customerIdYesThe customer's unique ID (UUID)
Behavior3/5

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

With no annotations, the description must disclose behavior, and it does reveal a meaningful non-obvious trait: Sherweb has no direct get endpoint, so this tool reads the whole collection and selects the match. However, it does not cover failure behavior, return format, or whether additional processing or errors should be expected.

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?

Two short sentences, with the core purpose first and a valuable implementation note second. No wasted words.

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 single-parameter read tool, the description covers what the tool does and why it works through the collection. It does not describe the return value or not-found behavior, but no output schema exists and the overall complexity is low enough that these are moderate, not critical, gaps.

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?

Schema coverage is 100%, with customerId already documented as the customer's unique UUID. The description's 'by ID' wording only restates this, adding no new parameter semantics beyond what the schema provides.

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 is a specific verb+resource statement: 'Get one customer by ID.' It also distinguishes this from the sibling list tool by using 'one ... by ID' and explains that Sherweb only exposes customers as a collection, so the tool selects from that list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'by ID' implies the tool should be used when a single customer identifier is known, but it never explicitly names the alternative list tool or says when to prefer it. Usage guidance is therefore conveyed by implication rather than explicit when/when-not direction.

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/WYRE-AI/sherweb-mcp'

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