CordFind Generator Compatibility
Server Details
Search generator guides, check connector compatibility, and plan generator cord size.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- gokimedia/cordfind-mcp
- GitHub Stars
- 0
- Server Listing
- CordFind Generator Compatibility MCP Server
Available Tools
3 toolscalculate_generator_cord_sizeCalculate Generator Cord SizeBInspect
Compare common American Wire Gauge sizes using load current, voltage, one-way distance, and a voltage-drop planning limit.
| Name | Required | Description | Default |
|---|---|---|---|
| amps | Yes | Planned current in amperes | |
| volts | Yes | Circuit voltage | |
| distanceFeet | Yes | One-way cord distance in feet | |
| dropLimitPercent | No | Planning voltage-drop limit |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations to cover safety or side effects, and no output schema, so the description carries the full burden of explaining behavior. 'Compare common American Wire Gauge sizes' indicates a calculation/comparison but does not disclose the result format, whether a recommendation is returned, or that this is a stateless read-only computation.
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 could arguably be expanded with output behavior, but as written it is concise and easy to parse.
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?
With no output schema, the description should explain what the tool returns or recommends after the comparison, and it does not. It also does not mention constraints like the 10–200 ft range or enumerated amps/volts values, although those are already structured in the schema; the output gap is the main shortfall.
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 description need not restate parameter meanings; the baseline is 3. The description does add at least the semantic notion that these inputs are used together for an AWG comparison, but it provides no details 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 gives a specific verb ('compare') and resource ('common American Wire Gauge sizes') and names all four inputs, which makes the tool's core job clear and easily distinguishable from the sibling tools (connector compatibility, generator guides). It stops short of saying exactly what the comparison produces (e.g., a recommended gauge), so it is not a 5.
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?
Use is implied by the stated inputs: an agent can infer this tool is for selecting an AWG cord size based on amps, volts, distance, and drop limit. However, there is no explicit 'when to use vs. alternatives' guidance or mention of the sibling tools, so the guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_connector_compatibilityCheck Generator Connector CompatibilityAInspect
Screen a generator outlet, destination, and cord distance for direct compatibility, adapter needs, verification boundaries, or unsafe paths.
| Name | Required | Description | Default |
|---|---|---|---|
| targetId | Yes | Intended destination | |
| distanceFeet | Yes | Planned cord distance in feet | |
| sourceConnectorId | Yes | Generator receptacle family |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full disclosure burden. It does reveal the tool's verdict taxonomy (four outcome buckets) and the verb 'screen' implies a read-only evaluation with no side effects. However, the semantics of 'verification boundaries' and 'unsafe paths' are never explained, and nothing is said about failure modes, limitations, or the result format beyond the category labels.
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?
A single front-loaded sentence of about 20 words: the verb leads, the three inputs follow, and the four outcome classes close it out. Nothing restates the title, and every phrase encodes distinct information, giving the description a very high information-to-word ratio with zero filler.
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 moderately complex (3 required parameters, 2 enum-constrained) and has no output schema, so the description must convey return semantics. The four outcome terms sketch the result space, but two are ambiguous ('verification boundaries,' 'unsafe paths'), and the description does not say whether a verdict is a single classification or includes supporting detail such as the specific adapter required. The 100% schema coverage lowers parameter-side risk, but the output-side 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 100%, so the baseline is 3. The description adds modest value with natural-language aliases ('generator outlet,' 'destination,' 'cord distance') and by implying the three parameters are evaluated jointly, but it provides no format or domain semantics beyond the schema — such as what the NEMA/CS codes mean or how the constrained distance values (25/50/100) influence the verdict.
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 ('Screen') acting on a concrete resource ('a generator outlet, destination, and cord distance') and enumerates the outcomes: direct compatibility, adapter needs, verification boundaries, or unsafe paths. This clearly distinguishes the tool from its siblings — calculate_generator_cord_size answers a cord-sizing question and search_generator_guides is a documentation lookup.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage context: invoke this tool when a concrete generator connection must be vetted for whether it works as-is, needs an adapter, requires field verification, or is unsafe. It implies differentiation from the sibling tools by covering a different question, but it never names those alternatives or states explicit when-not conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_generator_guidesSearch CordFind Generator GuidesBInspect
Search CordFind for generator cords, plugs, sizing, transfer equipment, maintenance, and safety guidance.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results | |
| query | Yes | Generator topic or question |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Search' implies a read-only action, but the description does not state whether results are summaries or full documents, how results are ordered, whether pagination exists beyond the limit parameter, or any access expectations.
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 front-loads the action and resource, then compactly lists the searchable domains. There is no redundant phrasing, filler, or repeated schema 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 straightforward search tool with two documented parameters and no output schema, the description is minimally viable. However, it does not explain what the return value looks like or how results are ranked, which would be helpful given the absence of an 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 100%, so the schema already documents the query and limit parameters. The description adds topical context for what can be searched but provides no additional semantic meaning about parameter formats, defaults, or usage beyond what the schema already contains.
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 ('Search') over a named resource ('CordFind') and enumerates the covered topics: cords, plugs, sizing, transfer equipment, maintenance, and safety. It is clear enough to be distinguished from the sibling calculate_generator_cord_size and get_connector_compatibility tools, though it does not explicitly contrast itself with them.
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 is given on when to choose this tool over its siblings or when to avoid it. The description implies it is for researching guides, but it does not state conditions, exclusions, or alternatives, leaving routing decisions to the agent's inference.
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
calculate_generator_cord_size - First observed
get_connector_compatibility - First observed
search_generator_guides
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
Generate 12V/24V/48V wiring diagrams and size wires, fuses, batteries, solar, and inverters.
Homechecker's professionally authored Australian homebuyer guides: search, cite, build checklists.
Search crops, check companion planting, explore seasonal calendars, and find planting plans.
Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events.
Related MCP Servers
FlicenseNot gradedqualityCmaintenanceProvides deterministic, standards-based calculations for data center critical power infrastructure. Enables site selection, generator sizing, UPS sizing, NFPA 110 compliance, and more via 50+ AI agents and 8 compound chains.-- FlicenseNot gradedqualityDmaintenanceProvides access to residential building codes (NEC, IRC, IPC), material specifications with pricing, and project calculators for DIY construction projects. Enables code compliance checking, material search across suppliers, and automated quantity calculations for electrical, plumbing, and construction materials.1-
- FlicenseNot gradedqualityBmaintenanceEnables home solar energy planning by estimating PV output, validating consumption plans against generation and battery constraints, and automatically shifting flexible loads to ensure power availability during scheduled outages.-
- FlicenseNot gradedqualityDmaintenanceNine tools for indoor climate and household energy in Germany/EU: BTU sizing for a room, portable-AC window-seal length, live heatwave outlook, appliance running costs, heating watts, dew point for safe ventilation, and balcony-storage subsidy rules. Also searches and reads 133 guides on getecoback.com; no auth, no personal data, and every answer returns its source URL.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool addresses a distinct concern: sizing wires, checking connector compatibility, and searching guidance. There is no meaningful overlap between calculating cord size, screening compatibility, or retrieving guides.
All tool names use a consistent snake_case verb_noun structure: calculate_, get_, and search_. The pattern is predictable and clearly indicates each tool's action.
Three tools form a compact, well-scoped set for a focused compatibility and guidance server. Each tool covers a necessary part of the workflow without redundancy.
The set covers sizing, compatibility screening, and access to topical guides, which handles the primary user journey. Minor gaps exist around direct product-level lookup, but the guides tool compensates and the core domain is well covered.