supershopping
Server Details
나만을 위한 AI 쇼핑 MCP — 상품을 자연어로 검색·비교·추천해 사용자의 효과적인 쇼핑을 돕습니다.
- 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.3/5 across 8 of 8 tools scored.
Each tool has a clearly distinct purpose: market analysis, product comparison, detail retrieval, image fetching, checkout initiation, outfit recommendation, general recommendation, and search. Descriptions and usage contexts disambiguate effectively.
All tool names follow a consistent verb_noun pattern (e.g., analyze_market, compare_products) using lowercase with underscores, making them predictable and easy to differentiate.
With 8 tools covering search, recommendation, comparison, details, images, market analysis, and checkout, the count is well-scoped for a comprehensive shopping assistant without being overwhelming.
The tool surface covers the main shopping workflow—search, recommend, compare, view details, images, market analysis, and checkout. Minor gaps like category listing or user-specific features are absent but not critical for the core purpose.
Available Tools
8 toolsanalyze_market슈퍼쇼핑 시장 분석ARead-onlyIdempotentInspect
슈퍼쇼핑 카테고리 시세 분석 — 가격 분포·최저가몰·대안.
언제: 사용자가 시세/적정가를 물을 때("그래픽카드 요즘 얼마", "노트북 가격대"). category는 이름(예: '노트북') 또는 ID. 반환: 가격 통계(최저/중앙/최고·분포)·최저가 쇼핑몰·대안 상품.
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| attributes | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context, specifying the return values (price statistics, lowest price mall, alternatives) and that the tool is for analysis, not mutation. No contradictions.
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 short and well-structured: a header line summarizing the function, a 'When' line for usage context, and a 'Returns' line for output. Every sentence adds value with no redundancy.
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 output schema exists, the description need not detail return structure, yet it still summarizes returns. It covers the main use case and required parameter, but misses the optional 'attributes' parameter. Overall fairly complete for its 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 description coverage is 0%, so description must carry the burden. It explains the 'category' parameter (name or ID) but completely omits the 'attributes' parameter, which is optional but undocumented. This is a significant gap.
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 it performs market price analysis for a category, returning price distribution, lowest price mall, and alternatives. It distinguishes from sibling tools like compare_products and get_product_detail by focusing on market-level analysis rather than individual product comparisons.
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?
Explicitly provides usage context with examples of when to use ('when user asks about market prices/fair prices'). Lacks explicit exclusions or alternatives, but the context is clear enough for an agent to differentiate from siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_products슈퍼쇼핑 상품 비교ARead-onlyIdempotentInspect
슈퍼쇼핑 상품 여러 개(2~5개)의 스펙·가격 비교 매트릭스 + 한 줄 결론.
언제: 사용자가 후보 여러 개를 견주려 할 때("이 중에 뭐가 나아?"). product_ids는 search 결과에서. 반환: {attributes: 공통 키, matrix: 상품별 값/가격, verdict: 한국어 결론}.
| Name | Required | Description | Default |
|---|---|---|---|
| product_ids | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds behavioral details: product count limit (2-5), return structure (attributes, matrix, verdict), and source of product_ids. No contradictions.
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 very concise: three sentences covering purpose, usage, and return value. No unnecessary words, front-loaded with key information.
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 simple tool, annotations, and presence of output schema, the description covers inputs, outputs, and usage context completely. 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?
Schema coverage is 0%, so description must compensate. It explains that product_ids are required and should come from search results, adding meaning beyond the schema. Could explicitly state the array size limit (2-5) but overall helpful.
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 it compares multiple products (2-5) and produces a matrix and verdict. It distinguishes itself from siblings like get_product_detail (single product) or search_products (search).
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 says when to use ('when user wants to compare candidates') and notes product_ids come from search results. It lacks explicit 'when not to use' or alternative suggestions but provides clear context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_product_detail슈퍼쇼핑 상품 상세ARead-onlyIdempotentInspect
슈퍼쇼핑 상품의 전체 상세 — 스펙·쇼핑몰별 가격(offers)·신품/중고 교차비교.
언제: 사용자가 한 상품을 깊이 보거나 구매 직전일 때. (product_id는 search/recommend 결과에서 얻는다) 반환: 전체 속성 + offers(쇼핑몰별 buy_url) + comparison_url + other_sources(같은 모델의 다른 소스 신품↔중고 가격 스프레드) + affiliate_disclosure(있으면 고지). → other_sources로 "같은 모델 중고는 얼마" 같은 가격차를 안내하면 좋다.
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds value by detailing the output structure: attributes, offers with buy_urls, comparison_url, other_sources for new/used price spread, and affiliate disclosure. This is beyond what annotations provide.
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 a single well-organized paragraph with bullet points, using no unnecessary words. Every sentence adds value (when to use, what is returned).
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 tool has one required parameter, comprehensive annotations, and an output schema. The description covers purpose, usage context, and return details. It lacks mention of error handling or edge cases (e.g., invalid product_id), but for a read-only detail tool this is acceptable.
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?
With only one parameter and 0% schema description coverage, the description partially compensates by explaining where to obtain product_id (from search/recommend), but does not provide format, validation rules, or examples. Minimal added semantics.
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 provides full details of a product including specs, per-store prices, and new/used cross-comparison. It distinguishes from sibling tools like search_products or compare_products by focusing on a single product's deep detail.
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 says when to use (when user is deep into a product or about to purchase) and how to get the product_id (from search/recommend results). It does not explicitly state when not to use, but context with siblings makes it clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_product_image슈퍼쇼핑 상품 이미지ARead-onlyIdempotentInspect
슈퍼쇼핑 상품의 대표 이미지를 실제 이미지(렌더 가능)로 반환.
언제: 사용자가 상품 사진을 보고 싶어할 때("이 코트 보여줘"). 검색/추천 결과의 thumbnail은 URL(텍스트)이라 화면에 안 뜨므로, 시각 확인이 필요하면 이 툴로 이미지 자체를 가져온다. 반환: 이미지 콘텐츠(여러 개를 한 번에 보여주지 말고 관심 상품 위주로 호출).
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, destructiveHint. The description adds that the return is actual image content (renderable) and advises against calling many at once. This adds useful context beyond annotations without contradiction.
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 two sentences, front-loading the purpose and then giving usage guidelines. Every sentence adds value with no wasted words.
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 tool is simple with one parameter and no output schema. The description covers purpose, when to use, and a usage caveat, making it complete for the tool's complexity and context signals.
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 0% and the description does not explicitly describe the product_id parameter. However, the parameter name is self-explanatory given the tool name, and the description implies it identifies the product. For a single simple parameter, this is adequate but not exemplary.
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 returns the actual image (renderable) of the product's main image, using a specific verb '반환' (return) and resource '슈퍼쇼핑 상품의 대표 이미지'. It distinguishes from sibling tools like get_product_detail or search_products which are text-based.
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 when-to-use guidance: '사용자가 상품 사진을 보고 싶어할 때' and explains why default thumbnails are insufficient (URLs not rendered). It also gives a usage caveat: '여러 개를 한 번에 보여주지 말고 관심 상품 위주로 호출', helping the agent avoid overuse.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
initiate_checkout슈퍼쇼핑 결제 시작(데모)AInspect
슈퍼쇼핑에서 선택한 상품의 구매로 연결 — 최저가 쇼핑몰의 구매 링크와 가격·고지를 반환.
언제: 사용자가 구매 의사를 보일 때("이거 살래", "구매하기"). 실제 결제는 판매처 페이지에서 일어난다. 반환: {payload: {merchant, buy_url(제휴 변환됨), price, ...}, affiliate_disclosure?, next_actions}. → buy_url을 명확한 구매 링크로 제시하고, affiliate_disclosure가 있으면 반드시 고지하라. 중고(used)는 개인 직거래이므로 안전결제/실물확인을 안내하라.
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | ||
| product_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Disclosures beyond annotations: actual payment occurs on merchant page, need to show affiliate disclosure, and special handling for used items. No contradictions with annotations.
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?
Well-structured with front-loaded purpose, usage timing, return format, and special cases. Slightly verbose but each 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?
Covers return format, affiliate disclosure, and used item handling. Missing parameter details but overall sufficient for a checkout tool with annotations and output schema.
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 description coverage is 0%, but description does not explain parameters (product_id, quantity) beyond mentioning 'selected product'. Lacks detail on how to specify product or adjust quantity.
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?
Clearly states the tool initiates checkout for selected products, returning purchase links and pricing. Distinguishes from sibling tools like search_products or compare_products.
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?
Explicitly specifies when to use (when user shows purchase intent) and what it does not do (actual payment on merchant page). Also provides guidance for used items.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_outfit슈퍼쇼핑 코디 추천ARead-onlyIdempotentInspect
슈퍼쇼핑에서 어울리는 코디를 추천 (씨앗 상품 또는 의도 기반).
언제: "이 코트에 어울리는 코디", "가을 데이트룩 코디" 처럼 한 벌 구성을 원할 때. 인자: product_id(씨앗 아이템, 선택), intent(의도/무드, 선택), budget(전체 예산 상한, 선택). 둘 중 하나는 필요. 반환: {seed, items:[{slot, title, min_price, reason, buy_url, thumbnail, source}], styling_reason, affiliate_disclosure?}. → 각 아이템을 buy_url 링크와 함께 제시하고, 사진은 get_product_image로 보여줘라.
| Name | Required | Description | Default |
|---|---|---|---|
| budget | No | ||
| intent | No | ||
| product_id | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnly, idempotent, non-destructive. The description adds valuable behavioral context: it returns structured outfit data with items, links, and instructions to use get_product_image for photos. No contradiction with annotations.
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, structured with clear sections (purpose, when, parameters, return), and every sentence adds value. No redundancy or fluff.
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 output schema exists, the description provides sufficient context on return structure (seed, items with slots, styling_reason, affiliate_disclosure). It also notes image handling. Minor lack of detail on slot semantics, but overall complete 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 has 0% description coverage; the description compensates by explaining each parameter's meaning and constraints: product_id (seed item), intent (mood), budget (total upper limit), and the requirement that at least one of product_id or intent is needed. This adds critical information beyond the 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 clearly states the tool recommends outfits (coordination) based on a seed product or intent, using specific verb '추천' (recommend) and resource '코디' (outfit). It distinguishes from sibling tools like recommend_products (single products) by focusing on full outfit composition.
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 '언제' section provides clear examples of when to use (e.g., matching a coat, fall date look), giving context. However, it does not explicitly state when not to use or mention alternatives, though the sibling list and purpose imply differentiation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_products슈퍼쇼핑 상품 추천ARead-onlyIdempotentInspect
슈퍼쇼핑에서 의도·예산 기반 상품 추천 + 추천 근거.
언제: 사용자가 구체적 검색어 없이 용도/취향/예산만 말할 때("겨울 데이트룩 추천", "50만원대 가성비 노트북"). 인자: intent(용도/취향), budget(예산 상한), must_have(필수 조건). 반환: {recommendations: [{title, min_price, reason, buy_url, thumbnail, source}], affiliate_disclosure?}. → 각 추천을 buy_url 링크와 함께 제시하고, 사진은 get_product_image로 보여줘라.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| budget | No | ||
| intent | Yes | ||
| must_have | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations (readOnlyHint, idempotentHint, destructiveHint) already provide safety guarantees. The description adds the return format and mentions affiliate disclosure, but does not elaborate on other behaviors like data freshness, error handling, or rate limits. With annotations covering the baseline, a 3 is appropriate.
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 structured with clear sections: what, when, arguments, return format. While concise overall, it uses bullet-like formatting and some verbosity (e.g., 'affiliate_disclosure?' with a question mark). It could be tightened, but is generally well-organized.
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 tool has an output schema and 4 parameters, one required. The description provides a summary of the return format but does not fully detail all output fields or edge cases. With output schema existing, the description doesn't need to repeat everything, but it omits some details (e.g., limit parameter, behavior when budget is null).
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 description coverage is 0% for parameters, but the description explains 'intent' and 'budget' as 용도/취향 and 예산 상한, and 'must_have' as 필수 조건. However, 'limit' is not explained. This partial coverage raises the score above a 2 but not to 4, as some guidance is missing.
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 specifies the tool's core function: recommending products based on intent and budget, with reasoning. It clearly distinguishes from sibling tools like search_products by noting this is for vague queries, not specific search terms.
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 states when to use the tool: when the user has a vague intent or budget without a specific search query. It contrasts with search queries but does not explicitly name alternatives or state when not to use, which keeps it from a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_products슈퍼쇼핑 상품 검색ARead-onlyIdempotentInspect
자연어로 신품·중고 통합 상품 검색 (슈퍼쇼핑의 기본 진입점).
언제: 사용자가 특정 상품을 찾을 때. 예) "남성 패딩 20만원 이하", "중고 RTX 4070", "27인치 게이밍 모니터". 자동 처리: 도메인(패션/전자)·성별·가격대·속성을 질의에서 추출해 필터링. 반환: {items: [{title, min_price, key_specs, thumbnail, buy_url, source, condition, ...}], total}. → 결과 제시 시 각 buy_url을 링크로 함께 보여줘라. 사진은 get_product_image로 렌더. 추천만 원하거나 검색어가 모호하면 recommend_products를 써라.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| category | No | ||
| max_price | No | ||
| min_price | No | ||
| attributes | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. Description adds behavioral details like automatic extraction of domain, gender, price range from query, and the return format. It also notes to use get_product_image for photos. However, it does not mention pagination behavior or performance considerations.
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, front-loaded with key information, and uses bullet points for clarity. Every sentence adds value without redundancy.
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?
Covers usage, examples, alternative tool, and return format sufficiently given the output schema exists. Missing details on pagination and limit parameter, but overall complete for a search tool with good annotations.
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 0%, so description must explain parameters. It mentions automatic extraction but does not clarify how explicit parameters (limit, category, min_price, etc.) interact with this extraction or what values they accept. The description leaves ambiguity about parameter usage.
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 does natural language search for new and used products, provides examples, and distinguishes itself as the basic entry point. It also mentions the alternative tool recommend_products for recommendations.
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?
Explicitly says 'When: user wants to find specific products' and provides examples. Clearly states to use recommend_products when only recommendations needed or query is ambiguous.
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!