Sync by CHNLSYNC
Server Details
FCC copper retirement lookups and a broker-reviewed IT advisor. No supplier names, no prices.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsask_sync_advisorAsk the Sync advisorAInspect
Consult CHNLSYNC's advisor about the user's IT environment.
First call: omit session_id/session_token and provide company_name plus pain (a plain-language description of what is not working) — a private advisor workspace is created and its credentials are returned. Later calls: pass session_id and session_token back to continue the same conversation. Persist BOTH values plus conversation_id across turns. Replies never contain supplier names or pricing — those come only after a human broker review, via the claim_url or a requested callback.
| Name | Required | Description | Default |
|---|---|---|---|
| pain | No | ||
| message | Yes | ||
| session_id | No | ||
| company_name | No | ||
| session_token | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description discloses important behavior: a private advisor workspace is created on the first call, credentials are returned, and replies never contain supplier names or pricing until a human broker review. It also specifies the claim_url/callback path, giving the agent a realistic model of side effects and limitations.
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 front-loaded with the core purpose and then presents the stateful calling convention in a clear, ordered sequence. Every sentence adds necessary operational detail, and there is no filler or repetition. The line break separates the high-level purpose from the concrete protocol, improving scannability.
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 fully covers the multi-turn workflow: how to start, how to continue, what to persist, and what to expect in replies. The only minor issue is mentioning 'conversation_id' as a value to persist without clarifying that it is not an input parameter and likely appears in the response, which could cause slight confusion for an agent.
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 0% schema description coverage, the description compensates well by explaining the roles of company_name, pain, session_id, and session_token. It clarifies that pain is a plain-language description of what is not working. The one gap is that 'message'—the only required parameter—is not explicitly defined, though its purpose is reasonably inferable from the advisor context.
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 first sentence states a clear, specific action—'Consult CHNLSYNC's advisor about the user's IT environment'—identifying both the resource (the advisor) and the subject (IT environment). This distinguishes the tool from its siblings, which focus on retirement checks and broker callbacks. The purpose is explicit and not a tautology.
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 context: first call must omit session_id/session_token and include company_name plus pain, while later calls must pass session_id/session_token. It also instructs persisting these values across turns. However, it does not mention when not to use this tool or contrast it with sibling alternatives, so it stops short of full guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_copper_retirementCheck copper retirement statusARead-onlyInspect
Look up US copper/POTS retirement program status by carrier and state.
Deterministic read of CHNLSYNC's FCC-sourced dataset (CC BY 4.0 — cite
the returned source_url). carrier accepts display names like "AT&T",
"Lumen", "Frontier"; state is a two-letter abbreviation. Omit both
for the full dataset.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| carrier | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already signals a safe read operation. The description adds meaningful behavioral context beyond that: the operation is deterministic, the underlying dataset is FCC-sourced with a CC BY 4.0 license, and the returned source_url must be cited. This is genuinely useful transparency for an agent.
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?
Three compact sentences with no filler. The core purpose is front-loaded, the citation requirement is stated early, and parameter guidance is efficiently embedded. 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?
For a read-only lookup tool with two optional parameters and an output schema, the description covers everything an agent needs: what the tool does, how to format inputs, the full-dataset behavior, data provenance, and citation obligations. No significant usage gap remains.
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 the description carries the full burden for parameter semantics. It compensates well by explaining 'carrier' accepts display names like 'AT&T', 'Lumen', 'Frontier', that 'state' is a two-letter abbreviation, and that both can be omitted for the full dataset. It stops short of listing all accepted values or matching rules, but it gives enough guidance for correct invocation.
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 names a specific verb ('Look up'), a precise resource ('US copper/POTS retirement program status'), and the filtering dimensions ('by carrier and state'). It also identifies the authoritative dataset (CHNLSYNC's FCC-sourced data), making the tool's purpose unambiguous and clearly distinct from the unrelated sibling 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?
The description gives clear context on how to use the tool: carrier accepts display names, state is a two-letter abbreviation, and omitting both returns the full dataset. It does not explicitly state when not to use it or name an alternative, but the sibling tools are sufficiently unrelated that no exclusion is necessary.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_broker_callbackRequest a human broker callbackAInspect
Ask a CHNLSYNC human broker to contact the user about their case.
Only call this with the user's explicit consent to share their name and
email with CHNLSYNC. Requires the session credentials returned by
ask_sync_advisor. The result's book_url is an optional scheduling
link you may offer the user as a next step ("pick a time now"); the
callback is already queued and a broker will reach out either way, so
never present booking as required.
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| contact_name | Yes | ||
| contact_email | Yes | ||
| session_token | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses key behavioral traits beyond annotations: the callback is already queued, a broker will reach out regardless of booking, and the book_url is optional. It also discloses the privacy-sensitive side effect of sharing the user's name and email with CHNLSYNC.
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 and front-loaded with the core purpose, followed by necessary preconditions and result-handling guidance. Each sentence adds actionable information with no filler or repetition of the schema.
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 is complete for a tool with a visible output schema and minimal annotations: it covers purpose, prerequisites, consent requirements, side effects, and how to handle the result. No critical operational detail is missing for an agent to invoke this 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%, so the description must compensate for all four parameters. It effectively does so by mapping session_id/session_token to 'session credentials returned by ask_sync_advisor' and contact_name/contact_email to the name and email shared with consent. It does not name the parameters explicitly, but the mapping is clear enough.
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 and resource: 'Ask a CHNLSYNC human broker to contact the user.' It clearly differentiates this from ask_sync_advisor by stating that it requires the session credentials returned by that sibling, making the workflow relationship explicit.
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 conditions: only call with the user's explicit consent, and only after obtaining credentials from ask_sync_advisor. It also instructs the agent not to present the booking link as required, which prevents a common misuse of the tool.
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
ask_sync_advisor - First observed
check_copper_retirement - First observed
request_broker_callback
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
US telecom availability and intelligence by address, with FCC provenance. Fiber-first.
Machine-readable FCC pre-diligence corpus for multifamily broadband infrastructure scenarios.
Broadband availability, providers, speeds, and BEAD classification from the FCC
FCC broadband availability, coverage analysis, and digital divide data for US geographies.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceUnbiased vendor intelligence MCP server that helps AI agents and developers make informed infrastructure decisions by providing current, structured, neutral vendor comparisons and recommendations.961MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time LNP/WLNP (Wireless Local Number Portability) and LRN auditing. Features specialized congestion logic for 2026 global events. Essential for routing agents managing wireless and wireline transit.MIT
- AlicenseAqualityBmaintenanceTells your agent whether a number is safe to call or text right now. Live US/Canada phone data: carrier, line type, LRN, CNAM, spam/scam reputation, SMS deliverability, and TCPA 8am–9pm calling-window verdicts, plus bulk jobs. Every query is a fresh network dip, never stale cache. Free sandbox key, no card required. Pay per lookup, no minimums.6MIT
- AlicenseNot gradedqualityCmaintenanceMCP commerce surface for refurbished datacenter hardware — GPU rigs, server racks, drive arrays, and network gear, with x402 agent-payment discovery.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool covers a clearly separate function: advisor conversation, deterministic data lookup, and broker callback request. There is no realistic overlap because the advisor tool is conversational, the data tool is read-only, and the callback tool requires explicit consent plus session credentials.
All tool names follow the same verb_object snake_case pattern: ask_sync_advisor, check_copper_retirement, request_broker_callback. The convention is consistent and predictable across the entire set.
Three tools is well-scoped for this server's narrow purpose: educate with data, consult with an advisor, and escalate to a human broker. Each tool earns its place and none feel redundant or extraneous.
The tool set covers the full intended lifecycle: lookup relevant retirement status, have an advisor conversation, and request a broker callback with session continuity. There are no obvious dead ends or missing operations for the domain expressed by the tools.