MarginGlow AI Signal
Server Details
Evidence-backed opportunity intelligence for small businesses, built for authorised AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsanalyse_small_business_opportunitiesAnalyse small-business opportunitiesAIdempotentInspect
Use this when a user wants practical, evidence-based ways for a specific small business to increase revenue, improve margins, reduce costs, strengthen Google visibility, improve conversion or prioritise growth actions. Requires the business name and public website. Returns structured evidence, ranked opportunities, confidence, commercial impact and first actions. Consumes one complimentary or paid MarginGlow AI Signal credit. Do not use for generic business definitions, investment advice, regulated advice or analysis that requires private financial data.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | The business country, when known. Example: Ireland. | |
| website | Yes | The public HTTP or HTTPS website of the business. | |
| objective | No | The user's specific commercial goal, such as more weekday bookings, stronger margins or improved Google visibility. | |
| businessName | Yes | The public name of the specific small business to analyse. |
Output Schema
| Name | Required | Description |
|---|---|---|
| usage | No | |
| signal | Yes | |
| transaction | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses important behavior: it consumes one credit, returns structured evidence, and requires specific inputs. However, it directly contradicts the idempotentHint=true annotation: consuming a credit on every call is a side effect, so repeated identical calls would have additional effects. This is an annotation 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?
Four sentences with no filler: use case, requirements, return contents, credit cost, and exclusions. The most important information is front-loaded, and every sentence 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?
Combined with a full input schema, annotations, and an output schema, the description covers when to use, prerequisites, cost/side effect, return value, and boundary conditions. An agent has everything it needs to select and invoke 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 100%, so the schema already documents all four parameters. The description adds only that businessName and website are required, which duplicates the schema's required list. It does not materially clarify country or objective beyond the schema, so baseline 3 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 states precisely what the tool does: it produces practical, evidence-based growth opportunities for a specific small business, with concrete goals listed (revenue, margins, costs, Google visibility, conversion, prioritisation). It clearly separates this tool from the sibling credit-management tools by focusing on analysis output. No ambiguity remains.
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 gives explicit when-to-use guidance with user goals, explicit prerequisites (business name and public website), and explicit exclusions (generic definitions, investment/regulated advice, private financial data). This is strong enough for an agent to know when this tool is appropriate and when it is not.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_marginglow_signal_accessCheck MarginGlow AI Signal accessARead-onlyIdempotentInspect
Checks the authenticated agent's complimentary and paid MarginGlow AI Signal balances, whether an analysis can run, which allowance will be used next and the latest successfully credited Stripe purchase. This is read-only and does not consume a Signal.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| agent | Yes | |
| access | Yes | |
| balance | Yes | |
| product | Yes | |
| latestPurchase | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations, which already mark readOnlyHint and idempotentHint, the description adds a crucial domain-specific behavior: 'does not consume a Signal.' This is non-obvious and materially affects how an agent should treat the call, since signal consumption is likely a limited resource. It also discloses the response contents (balances, allowance, Stripe credit), giving full behavioral transparency.
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 that first states the action, then the key details, then the read-only caveat. There is no redundant wording or filler; every clause adds 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?
For a zero-parameter, read-only access check with an output schema present, the description covers all necessary aspects: what it checks, what it doesn't do, and its safety profile. The output schema handles return-value details, so no further elaboration is required.
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 tool has zero parameters, so there is no parameter semantics to explain. The description adds meaningful context about what the access check reports, which is more than sufficient for a parameterless tool. The baseline of 4 for 0 parameters applies.
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 a specific verb ('Checks') and clearly enumerates the resource and data points: complimentary and paid Signal balances, whether analysis can run, which allowance is used next, and the latest Stripe purchase. This makes the tool's function immediately distinguishable from its siblings, which analyze opportunities or purchase signals.
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 conveys clear context: it is a read-only status/pre-flight check that tells the agent whether analysis can run and which allowance will be used, strongly implying it should be called before analyse_small_business_opportunities or purchase_marginglow_signal. It does not explicitly name alternatives or state when not to use it, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
purchase_marginglow_signalPurchase a MarginGlow AI SignalAInspect
Creates a secure Stripe payment link for one MarginGlow AI Signal costing EUR 2, inclusive of applicable tax. Use this when analyse_small_business_opportunities reports that no Signal credits remain. A payment-capable agent may follow the payment instructions automatically when supported. Otherwise, give the secure checkout URL to the user. After payment, retry the original analysis request with the same agent API key and Idempotency-Key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that the tool creates a payment link rather than directly granting access, includes cost and tax, and explains the automated versus manual checkout URL hand-off. It also describes the post-payment retry with the same API key and Idempotency-Key. The annotations already signal non-read, non-idempotent behavior, and the description adds practical flow details 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?
Four sentences, each with a distinct purpose: the action, the trigger, the execution path, and the post-payment step. There is no redundancy and the core verb and price are front-loaded.
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 annotations and sibling context, the description covers the trigger, cost, tax, checkout URL hand-off, automation capability, and what to do after payment. No output schema exists, but the description gives enough actionable information for an agent to invoke 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?
The input schema has zero parameters, so there are no parameter meanings for the description to add; baseline for zero-parameter tools is 4. The description usefully references the agent API key and Idempotency-Key as context for the retry flow, though these are not schema parameters.
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 opens with a specific action and object: it creates a Stripe payment link for one MarginGlow AI Signal at EUR 2. This clearly distinguishes it from the sibling analysis and access-check tools.
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?
It explicitly says to use this tool when analyse_small_business_opportunities reports no Signal credits remain, and it gives post-payment retry instructions. It does not explicitly state when not to use it, but the trigger condition implies that if credits remain, this purchase is not needed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
analyse_small_business_opportunities - First observed
check_marginglow_signal_access - First observed
purchase_marginglow_signal
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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!
Related MCP Connectors
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
Evidence-backed capital-change intelligence and sourced financial data for AI agents
Private company data & real-time news signals for AI agents.
- AimOAuthcom.startaiming
Market knowledge layer for AI agents: competitors, opinions and regulations shaping your market.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to find, score, and monitor government contract opportunities across UK, EU, and US with AI-powered relevance scoring.2169MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to perform real-time business intelligence tasks including competitive analysis, website scoring, review analysis, and market research.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to draft evidence-grounded cold-email openers, A/B variants, personalized LinkedIn DMs, and SEO content-gap plans for sales and marketing outreach.-
- AlicenseAqualityCmaintenanceStructured business intelligence for AI agents. 5.5M verified entities across 34 countries, 40.3M BORME mercantile acts, EU VAT validation, GLEIF, healthcare registries. 20 tools.61MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: running an analysis, checking credit access, and purchasing a signal. There is no functional overlap between consuming, inspecting, or buying credits.
All tool names follow a consistent verb_object pattern in lowercase snake_case: analyse_..., check_..., purchase_.... The only variation is the brand name rendering, which is acceptable for a proper noun.
Three tools is exactly the right scope for a niche paid analysis service: run the analysis, check access, and buy access. Each tool earns its place with no redundant or missing surface.
The tool set covers the full user lifecycle for paid signal use: check remaining credits, purchase when needed, and run the analysis. There are no dead ends, since the payment tool explicitly unblocks the analysis tool.