Hilt Pay Agent Commerce
Server Details
Solana USDC and x402 payments for agents, with receipts, entitlements and prepaid API access.
- 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 3.2/5 across 10 of 10 tools scored. Lowest: 2.6/5.
Each tool serves a clearly distinct purpose: activation tiers (growth, scale, starter), bootstrap, key claim, quote, catalog, offer, pricing, and readiness scan. No overlap in functionality.
All tools follow a consistent 'hilt_verb_noun' pattern in snake_case (e.g., hilt_activate_growth, hilt_get_catalog). The naming is predictable and uniform.
10 tools is well-suited for the server's purpose (Hilt Pay agent-commerce). Each tool covers a necessary aspect without being excessive or minimal.
The tool set covers the core lifecycle: free bootstrap, paid activation (three tiers), API key recovery, quote, catalog, offer, pricing, and readiness scan. Minor gaps (e.g., no upgrade/downgrade) but essential workflows are present.
Available Tools
10 toolshilt_activate_growthActivate Hilt Pay API GrowthBInspect
Activate 30 days of Hilt Pay API growth for 349 USDC on Solana. Requires a free Agent Bootstrap setup intent.
| Name | Required | Description | Default |
|---|---|---|---|
| setup_token | Yes | ||
| delivery_claim | Yes | ||
| setup_intent_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden. It discloses the monetary cost, duration, and prerequisite, which is helpful for a payment tool. However, it lacks details on reversibility, error cases, or post-activation behavior.
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 single sentence is concise and front-loads the key information (action, resource, cost, duration, prerequisite). However, it omits parameter explanations, which would be valuable even in a brief format.
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 three required parameters with no documentation and no output schema. The description does not explain what delivery_claim or setup_token are, nor what the tool returns. This is insufficient 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?
Schema description coverage is 0%, and the description does not mention any of the three parameters (setup_intent_id, setup_token, delivery_claim). An agent cannot infer their purpose from the description alone.
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 action ('Activate'), resource ('Hilt Pay API growth'), duration ('30 days'), cost ('349 USDC'), and network ('Solana'). This distinguishes it from siblings like hilt_activate_scale or hilt_activate_starter.
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 mentions a prerequisite ('Requires a free Agent Bootstrap setup intent') but provides no guidance on when to choose this tool over alternatives (e.g., hilt_activate_scale, hilt_activate_starter) or context for 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.
hilt_activate_scaleActivate Hilt Pay API ScaleAInspect
Activate 30 days of Hilt Pay API scale for 1250 USDC on Solana. Requires a free Agent Bootstrap setup intent.
| Name | Required | Description | Default |
|---|---|---|---|
| setup_token | Yes | ||
| delivery_claim | Yes | ||
| setup_intent_id | Yes |
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 discloses duration, cost, and prerequisite, but lacks details on idempotency, consequences of re-activation, or error states.
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 action and cost, no unnecessary words. Highly concise.
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 financial transaction tool with 3 required params (0% covered), no output schema, and no annotations, the description is insufficient. It omits parameter details, return values, and error handling.
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%, yet description only hints at setup_intent_id via the prerequisite. setup_token and delivery_claim are not explained, leaving the agent uncertain about their meaning.
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?
Description clearly states the tool activates 30 days of Hilt Pay API scale for 1250 USDC on Solana, with a prerequisite. It distinguishes from siblings like 'hilt_activate_growth' by specifying 'scale'.
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?
Mentions a prerequisite (free Agent Bootstrap setup intent) but does not explicitly guide when to use this tool over alternatives like hilt_activate_growth or hilt_activate_starter.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hilt_activate_starterActivate Hilt Pay API StarterCInspect
Activate 30 days of Hilt Pay API starter for 79 USDC on Solana. Requires a free Agent Bootstrap setup intent.
| Name | Required | Description | Default |
|---|---|---|---|
| setup_token | Yes | ||
| delivery_claim | Yes | ||
| setup_intent_id | Yes |
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 fails to disclose important behavioral traits such as mutability, idempotency, side effects (e.g., USDC deduction), permissions needed, or reversibility. Only a prerequisite is mentioned.
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 (two short sentences) and front-loaded with the key action. However, it could be restructured to include parameter details without becoming verbose.
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 3 required parameters, no output schema, and no annotations, the description is too sparse. It omits critical context such as expected outcomes (e.g., API key activation), error scenarios, or post-activation steps.
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%, and the description only indirectly references 'setup_intent_id'. It does not explain the purpose or format of 'setup_token' or 'delivery_claim', leaving the agent with minimal guidance.
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 'Activate 30 days of Hilt Pay API starter' with verb and resource, including cost and duration. However, it does not explicitly differentiate from sibling tools like hilt_activate_growth or hilt_activate_scale.
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?
Mentions a prerequisite ('Requires a free Agent Bootstrap setup intent') but provides no guidance on when to use this tool versus alternatives or 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.
hilt_agent_bootstrapHilt Pay Agent BootstrapAInspect
Create a free sandbox setup intent and scoped sandbox key. Live activation remains an explicit paid step.
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | ||
| ttl_hours | No | ||
| agent_name | Yes | ||
| contact_email | No | ||
| agent_platform | No | ||
| external_reference | No | ||
| requested_use_case | No | ||
| requested_permissions | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses that the setup is free and sandbox-only, and that live activation is separate, but no annotations exist and the description omits other behavioral details like idempotency or rate limits.
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 with the core function front-loaded; 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?
For a tool with 8 parameters, nested objects, and no output schema, the description is too sparse to be fully informative; lacks details on return values or parameter behavior.
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%, and the description provides no parameter-specific meaning, failing to compensate for the lack of documentation.
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?
Description clearly states it creates a free sandbox setup intent and scoped sandbox key, distinguishing from live activation tools among siblings.
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?
Implicitly indicates sandbox usage via 'free sandbox setup intent', but lacks explicit when-to-use or when-not-to-use compared to sibling activation tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hilt_claim_api_keyClaim Hilt Pay API KeyCInspect
Recover live API-key delivery after a settled marketplace plan activation.
| Name | Required | Description | Default |
|---|---|---|---|
| setup_token | Yes | ||
| delivery_claim | Yes | ||
| setup_intent_id | Yes | ||
| purchase_intent_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It only states the basic function without mentioning idempotency, side effects, permissions, or failure scenarios. The term 'Recover' suggests retrieval but is ambiguous.
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?
Extremely concise (single sentence) but missing critical information about parameters and usage context. Conciseness without completeness is under-specification.
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 four required parameters, no output schema, and no annotations, the description is far from complete. It does not explain the recovery process, preconditions, or how parameters relate to the activation flow.
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%, and the description does not explain any of the four required parameters (setup_token, delivery_claim, etc.). The agent has no guidance on what these parameters represent or how they should be populated.
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?
Description clearly states the action ('Recover'), the resource ('live API-key delivery'), and the context ('after a settled marketplace plan activation'). It distinguishes from sibling activation and quoting tools by focusing on key retrieval post-activation.
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?
Provides a condition ('after settled marketplace plan activation') that implies when to use, but lacks explicit guidance on when not to use or alternatives. No direct comparison to sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hilt_create_quoteCreate Hilt Pay QuoteCInspect
Create a deterministic quote and recommended Hilt buying path without charging the buyer.
| Name | Required | Description | Default |
|---|---|---|---|
| product_url | No | ||
| target_marketplace | No | ||
| product_description | No | ||
| current_payment_flow | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full responsibility. It discloses that no charge is made, but omits side effects (e.g., persistence, idempotency, authentication needs, rate limits). 'Deterministic' hints at repeatability but lacks detail.
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 sentence of 15 words, highly concise. It contains no filler and front-loads the core purpose. However, it sacrifices necessary detail for brevity.
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 complexity (4 parameters, no output schema, no annotations), the description is insufficient. It does not explain the output, how the buying path is generated, or the relationship between parameters. The agent lacks enough context to use the tool correctly.
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%, yet the description provides no explanation for any of the four parameters (product_url, target_marketplace, product_description, current_payment_flow). The agent must infer meaning from parameter names alone.
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 action (create), resource (quote and recommended buying path), and key traits (deterministic, no charge). It distinguishes from sibling tools by specifying creation of a quote, which is different from activation or retrieval tools, though not explicitly contrasted.
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?
No guidance on when to use this tool vs siblings. No mention of prerequisites, context, or exclusions. The agent is left to infer from the name and description alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hilt_get_catalogGet Hilt Pay CatalogBInspect
Get the canonical Hilt Pay agent-commerce catalog and discovery endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only states 'Get', implying read-only, but omits details on authentication, rate limits, caching, or whether the catalog is static or dynamic.
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 sentence that is front-loaded with the verb. It is appropriately brief, though it could potentially add a bit more context without sacrificing conciseness.
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 no parameters, no output schema, and no annotations, the description provides minimal context. It states what the tool returns but not its structure, scope, or significance. It is adequate for a simple retrieval but leaves 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?
There are no parameters, and the description correctly adds no param-specific information. With 100% schema coverage (empty schema), the baseline is 4. The description does not repeat schema details.
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 verb 'Get' and the resource 'canonical Hilt Pay agent-commerce catalog and discovery endpoints', making the purpose clear. However, it does not explicitly differentiate from sibling tools like hilt_get_offer or hilt_get_pricing, which also retrieve data.
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 no guidance on when to use this tool versus alternatives. It lacks context on prerequisites, exclusions, or specific scenarios where this catalog retrieval is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hilt_get_offerGet Hilt Pay OfferAInspect
Get Hilt's canonical agent-commerce offer, interfaces, products, prices, and buying paths.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry full burden. It mentions 'Get' implying read-only, but discloses no behavioral traits like authorization needs, rate limits, or side effects. Minimal disclosure.
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, front-loaded sentence with no wasted words. It efficiently conveys the tool's purpose.
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 zero parameters, no output schema, and no annotations, the description covers the essential purpose and return contents. It is slightly lacking in behavioral details but adequate for a simple getter tool.
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?
There are zero parameters, so schema coverage is 100% trivially. With no parameters to clarify, the description need not add param info. Baseline 4 is appropriate.
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 verb 'Get' and the resource 'Hilt's canonical agent-commerce offer', listing included components (interfaces, products, prices, buying paths). This distinguishes it from sibling tools like hilt_get_catalog and hilt_get_pricing, which focus on specific subsets.
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 no guidance on when to use this tool vs alternatives, no context on prerequisites or when not to use it. It merely states what it does.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hilt_get_pricingGet Hilt Pay PricingBInspect
Get canonical Hilt Pay API and readiness-scan pricing.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided. The description indicates a read operation ('Get'), but does not disclose any additional behaviors, such as authentication requirements, rate limits, or data scope. This leaves the agent with minimal understanding of the tool's full behavior.
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, concise sentence that directly states the purpose. It is front-loaded with the key action and resource, and no superfluous 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?
Given the simple nature (zero parameters, no output schema), the description is minimally adequate. However, it could specify the output format or scope to improve completeness for agents expecting richer context.
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 input schema has no parameters, and schema description coverage is 100%. Per guidelines, this yields a baseline of 4. The description does not need to add param info, as there are none.
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 retrieves pricing for Hilt Pay API and readiness-scan. The verb 'Get' and resource 'pricing' are specific. However, it does not explicitly differentiate from sibling tools like hilt_get_catalog or hilt_get_offer, which could cause confusion.
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 no guidance on when to use this tool versus alternatives. With multiple sibling tools for different data (catalog, offer, readiness scan), explicit usage context is missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hilt_readiness_scanHilt x402 Readiness ScanAInspect
Inspect one public HTTPS product URL for x402, payment clarity, receipts, entitlements, fulfilment, and operational metadata. Costs 15 USDC on Solana.
| Name | Required | Description | Default |
|---|---|---|---|
| product_url | Yes | ||
| product_description | Yes | ||
| current_payment_flow | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It mentions the cost of 15 USDC on Solana, which is helpful, but does not clarify if the operation is read-only or destructive, nor address rate limits or idempotency.
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 sentence with no wasted words. It starts with the main verb and immediately conveys core functionality and cost.
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 no output schema and 3 parameters, the description is too brief. It lists what is inspected but does not describe the output format, return behavior, or how results are presented, leaving significant gaps for agent decision-making.
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%, yet the description does not elaborate on the parameters beyond referring to 'product_url' indirectly. The product_description and current_payment_flow parameters are left unmentioned, failing to add semantic value.
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 inspects a public HTTPS product URL for x402, payment clarity, receipts, entitlements, fulfilment, and operational metadata. It uses a specific verb and lists target aspects, making the purpose unambiguous.
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 implies use when needing a readiness scan, but does not explicitly state when not to use it or mention alternative sibling tools. Sibling tools are all activation/pricing related, so no direct alternative exists, but the lack of explicit guidance lowers the score.
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!