charm
Server Details
OEM automotive repair data - part numbers, torque specs, procedures for 1982-2013 vehicles.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- bitMacrocode/charm-mcp
- GitHub Stars
- 0
- Server Listing
- CHARM
Available Tools
2 toolscharm_list_makesAInspect
List all vehicle manufacturers covered by CHARM (1982-2013). Use to check coverage before a lookup.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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. It clearly indicates a read-only listing operation and its scope, but it does not disclose return format, pagination, or potential errors. It is not misleading, but additional behavioral details would improve 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?
Two tightly worded sentences, front-loaded with the action, and no wasted words. The practical usage tip adds value without clutter.
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 simple zero-parameter list tool with an output schema, the description fully explains what it does and when to use it. The timeframe and purpose are stated, and the output schema covers return values, so nothing essential is missing.
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 the schema fully covers parameter semantics. The description adds nothing about parameters, but none are needed, which matches the baseline for a no-parameter tool.
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's action (list) and resource (vehicle manufacturers), with specific scope (CHARM 1982-2013). It implicitly distinguishes from the sibling tool charm_lookup by serving as a coverage check before lookups.
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 'Use to check coverage before a lookup,' providing clear context and timing. It implies the sibling tool but does not explicitly name it or state exclusions, so not a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
charm_lookupAInspect
Look up verified OEM part numbers, torque specs, fluid capacities, and service procedures for vehicles 1982-2013.
Returns structured data sourced directly from factory service manuals (not model-generated).
Provide year+make+model when known for a precise, isolated answer.
Args:
query: What you want to know (e.g. "front brake caliper part number", "spark plug gap", "engine oil capacity")
year: 4-digit year, 1982-2013
make: Manufacturer (e.g. "Ford", "Honda", "Chevy Truck")
model: Model name (e.g. "Taurus X", "Civic", "Silverado")
system: Optional system filter (e.g. "brakes", "engine", "electrical")
| Name | Required | Description | Default |
|---|---|---|---|
| make | No | ||
| year | No | ||
| model | No | ||
| query | Yes | ||
| system | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses that results are 'sourced directly from factory service manuals (not model-generated)' and implies a read-only operation. However, it does not address potential error conditions, rate limits, or what happens with incomplete vehicle information.
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 well-structured: a one-sentence purpose, a source note, a usage tip, and a clear Args list. Every sentence adds value and there is no fluff or 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?
The description adequately covers the 5 parameters (1 required) and provides usage context. Since an output schema exists, return value explanations are not necessary. A minor gap is the lack of detail about how the tool behaves when only the query is provided without vehicle info.
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 descriptions (0% coverage), but the description's 'Args:' section fully explains each parameter with type, optionality, and examples. For instance, year is '4-digit year, 1982-2013' and system is 'Optional system filter (e.g. 'brakes', 'engine', 'electrical')'.
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's function with a specific verb and resource: 'Look up verified OEM part numbers, torque specs, fluid capacities, and service procedures for vehicles 1982-2013.' This directly distinguishes it from the sibling tool charm_list_makes, which is about listing makes, not providing detailed specifications.
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: 'Provide year+make+model when known for a precise, isolated answer.' This indicates when the tool should be used and how to get better results, though it does not explicitly mention alternatives or exclusions.
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.
2 tool updates
- First observed
charm_list_makes - First observed
charm_lookup
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
Car repair cost estimates by make, model and repair type. 31 cost guides, VIN decode. Free.
71A fault code, a VIN, or a recall — answered from public NHTSA and standards data.
Vehicle safety recalls, complaints, and crash data from NHTSA
Decode VINs, search recalls, complaints, crash ratings, and investigations.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides vehicle wheel and tyre fitment data for 10,000+ makes, models, and trim levels through 32 read-only tools, enabling searches by vehicle, rim, or tire specifications.3275MIT
- AlicenseAqualityBmaintenanceDecode VINs, look up specs, history, recalls, market value, and OBD codes. Recognize license plates and VINs from images. Access comprehensive vehicle data by year, make, and model to power automotive workflows.12MIT
- AlicenseNot gradedqualityDmaintenanceDeterministic industrial parts replacement engine with official catalogs and expert accuracy checksMIT
- AlicenseNot gradedqualityDmaintenanceMCP server for structured public vehicle data from StartMyCar, providing tools to list makes, models, problems, reviews, fuse box data, manuals, guides, and compare models.15MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools have clearly distinct roles: one checks coverage by listing manufacturers, the other retrieves specific vehicle data. There is no overlap in functionality, so an agent can easily choose between them.
Both tools share the 'charm_' prefix, and each name starts with a verb ('list' and 'lookup'). However, 'charm_list_makes' follows a verb-noun pattern while 'charm_lookup' is a bare verb, creating slight asymmetry.
With only two tools, the server feels thin for the breadth of data it claims to cover (vehicles 1982-2013). While the two tools form a minimal workflow, the count is borderline acceptable for a simple read-only API.
The tool set covers the core workflow of checking coverage and performing lookups. A notable gap is the absence of a way to list models or years for a given make, but an agent can work around this by attempting a lookup.