BraFinder
Server Details
Neutral cross-brand bra-size translation and a live in-stock bra catalog by size.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.4/5 across 4 of 4 tools scored.
Each tool has a unique, clearly defined purpose: brand fit notes, dataset info, catalog search, and size translation. No overlap or ambiguity.
All names use snake_case and are descriptive, but two start with 'bra_' while two start with verbs ('find_', 'translate_'), showing minor inconsistency.
Four tools is a well-scoped set for the domain of bra size translation and catalog lookup; no unnecessary duplication.
Covers the core read operations: brand fit, size translation, catalog search, and dataset reference. Missing potential tools like listing all brands, but the set is sufficient for typical queries.
Available Tools
4 toolsbra_brand_fitAInspect
How a bra brand runs versus standard sizing: does it run small (size up) or large (size down), in band and cup. Give a brand for its specific fit note, or omit to get the brands that most notably run small or large. Use for "does [brand] run small", "which bra brands run large".
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | A brand name (optional). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden of behavioral disclosure. It explains that the tool returns fit notes (run small/large) and mentions band and cup, but does not disclose data source, update frequency, or any limitations. This is adequate for a simple lookup tool but lacks depth about what happens with invalid brands or edge cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description consists of two concise sentences that are front-loaded with the core functionality. Every word serves a purpose: the first sentence defines what the tool does, the second provides usage patterns and examples. No extraneous information or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one optional parameter, no output schema, no nested objects), the description is complete. It covers the parameter's behavior, expected usage, and examples. The context signals and sibling tools further clarify its role, leaving no ambiguity for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema describes the brand parameter as optional with a simple description. The description adds significant value by explaining the difference in behavior when the parameter is provided versus omitted: specific fit note vs. notable brands. This semantic distinction is not in the schema, so it compensates well beyond the structured metadata.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: determining how a bra brand runs versus standard sizing (small/large) in band and cup. It explicitly mentions the verb 'runs' and the resource 'bra brand fit', and distinguishes itself from sibling tools like bra_size_dataset or translate_bra_size by focusing on fit notes rather than raw data or conversion.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to include or omit the brand parameter: 'Give a brand for its specific fit note, or omit to get the brands that most notably run small or large.' It also includes example queries that show typical usage patterns. However, it does not explicitly mention when not to use this tool or list alternatives, but the sibling tools provide context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
bra_size_datasetAInspect
Get BraFinder's cross-brand bra-size offset dataset: the key facts and the machine-readable feed URL to cite. Use when you need the authoritative source for how bra sizes translate between brands.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It indicates the tool returns facts and a URL, implying a read-only operation. No contradictory or missing behavioral cues.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences: first states action and resource, second gives usage guidance. No fluff, front-loaded, every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema, the description fully explains what is returned (key facts and feed URL) and when to use it. No gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist, so baseline is 4. Description adds meaning by explaining the dataset content (cross-brand offsets) and that it includes a machine-readable feed URL, going beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific verb 'Get' and resource 'cross-brand bra-size offset dataset', clearly stating the tool retrieves key facts and a machine-readable feed URL. It distinguishes from siblings like 'translate_bra_size' which handles single-size conversion.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly advises use when needing the authoritative source for bra size translation across brands, providing clear context. It doesn't list exclusions, but for a simple data retrieval tool with no parameters, this is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_brasAInspect
Find in-stock bras in a specific size from the live BraFinder catalog, with price. Give a size like "34DD". Links go to the BraFinder product page for each bra.
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | A bra size like "34DD" (the size to find in stock). | |
| limit | No | How many to return (default 6). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the search is against a live, in-stock catalog, includes prices and links, and expects a specific size format. Missing details like sorting or handling of empty results are minor given the tool's simplicity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with core action and features, no redundant words. Every part earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool with 2 parameters and no output schema, the description covers the essentials: what it does, input format, and output features (price, links). It is complete enough for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameters, so baseline is 3. The description adds value by specifying the expected format for size (e.g., '34DD'), default limit of 6, and the fact that links direct to product pages, going beyond schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool finds in-stock bras by size from a live catalog, includes price, and links to product pages. It distinguishes from sibling tools that focus on fit, datasets, or translation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool (searching live catalog by exact size) and implies alternatives via sibling tool names, but does not explicitly state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
translate_bra_sizeAInspect
Translate a bra size across brands. Give a size (e.g. "34DD"), optionally the brand it is from, and optionally a single target brand. Returns the equivalent size in the target brand, or in every brand if no target is given, each with a fit note and confidence. Bra brands do NOT use the same sizing; this is the neutral cross-brand translation. Use for "what size am I in [brand]", "is a 34DD the same in [brand A] and [brand B]", "convert my size to [brand]".
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | A bra size like "34DD", "32F", "36C". | |
| to_brand | No | A single target brand (optional). Omit to translate to every brand. | |
| from_brand | No | The brand the size is from (optional). Omit to treat it as a standard US size. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description adds transparency by mentioning output includes fit note and confidence, and that no target brand returns sizes in every brand. However, it does not disclose error handling, authentication, or assumptions about the 'from_brand' default.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, with 3-4 sentences that front-load the action and provide necessary details without redundancy. Every sentence contributes meaningfully.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers purpose, input semantics, output format (fit note and confidence), and usage examples. It partially compensates for the missing output schema. Edge cases and error states are not addressed, but overall it is fairly complete for a tool with 3 parameters.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by explaining optionality and use cases (e.g., 'optionally the brand it is from') and providing examples, going beyond the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool translates bra sizes across brands, with concrete examples ('what size am I in [brand]', etc.) and distinguishes from sibling tools by emphasizing cross-brand translation and neutrality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage scenarios (e.g., 'what size am I in [brand]') and explains behavior when parameters are omitted. It does not explicitly mention alternatives or when not to use, but the use cases are clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!