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

sherweb_subscriptions_get

Fetch full subscription details for a customer by supplying the customer ID and subscription ID; the tool finds the matching subscription in the customer's list.

Instructions

Get one subscription's full details. Sherweb exposes subscriptions only per customer, so this reads that customer's subscription details and selects the match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customerIdYesThe customer's unique ID (UUID)
subscriptionIdYesThe subscription's unique ID (UUID)
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses a non-obvious implementation detail: the tool reads a customer's subscription details and selects the matching subscription, which helps an agent understand the per-customer scoping. It does not mention error behavior or return format, but for a read operation this is still above average.

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 tight sentences with no filler. The primary purpose is front-loaded, and the second sentence earns its place by explaining the API constraint that is essential for correct invocation.

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 simple two-parameter read operation, the description is largely complete: it states what the tool does, the required pairing of IDs, and the non-obvious per-customer behavior. It could be slightly stronger by explicitly naming the list tool as the enumeration path, but nothing critical is missing for a correct call.

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?

The schema already fully documents both UUID parameters, so the baseline is 3. The description adds meaning beyond the schema by explaining why both IDs are required and how they relate: subscriptions are only exposed per customer, and the tool selects the match from that customer's subscription list.

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 ('one subscription's full details'), clearly signaling a singular lookup. The singular scope distinguishes it from sherweb_subscriptions_list, and the phrase 'full details' makes the intent unambiguous.

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?

It conveys an important usage constraint: Sherweb exposes subscriptions only per customer, so both customerId and subscriptionId are needed. However, it does not explicitly say when to use this tool instead of sherweb_subscriptions_list or that the list tool should be used first for enumeration.

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