whatmount — TV and monitor mount facts
Server Details
VESA pattern, dimensions and weight per TV or monitor model, from the makers' manuals. Read-only.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolslist_models_by_vesa_patternModels that use a VESA patternARead-onlyIdempotentInspect
Every covered TV or monitor whose mounting pattern is the given VESA size, e.g. 200x200 or 400x300, with page URLs. Useful for "which TVs fit my mount".
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Width x height in mm, e.g. 400x400 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the operation read-only and idempotent. The description adds useful behavioral detail beyond that: it returns all matching models, requires an exact VESA-size pattern, and includes page URLs. 'Covered' is slightly vague, but the safety profile is well covered by annotations.
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 two sentences with no filler. The scope, examples, return value, and intended use case are all front-loaded and each 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 simple read-only list tool with one well-documented parameter, the description is complete enough: it states the result includes page URLs and gives the use case. The meaning of 'covered' is the only minor gap; everything else an agent needs is present.
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 100%, with the pattern parameter already documented as 'Width x height in mm.' The description reinforces this with examples like 200x200, but does not add substantial meaning 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 names a specific operation — listing TVs/monitors by VESA pattern — and includes the output (page URLs). It clearly distinguishes this from search_or_lookup siblings by focusing on mounting-pattern matching.
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 a clear use case: 'which TVs fit my mount.' It does not explicitly contrast with sibling tools like lookup_tv_mount_specs or search_tv_models, but the context makes the intended scenario understandable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lookup_tv_mount_specsTV or monitor mount specs by modelARead-onlyIdempotentInspect
The VESA mounting pattern, dimensions with and without stand, weight and screen size for a TV or monitor model number, from the manufacturer's manual or spec sheet, with the whatmount.com page to cite. Give the model number as printed on the label (e.g. UN65TU7000, 65Q650G).
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Brand, optional, e.g. Samsung | |
| model | Yes | Model number, e.g. QN55Q60A |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior, and the description adds useful context: data comes from the manufacturer's manual or spec sheet, a whatmount.com citation page is provided, and the model must match the printed label. This goes beyond the annotations without contradicting them.
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 compact sentences: the first front-loads the returned fields and source, the second clarifies the exact model-number format. Every sentence earns its place and there is no redundant restatement of the title or 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?
With no output schema, the description covers the expected return content well and notes the citation source and input format. It does not discuss failure behavior or unit conventions, but for a read-only lookup with a simple one-required-parameter schema, the guidance is sufficient.
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 100%, so the baseline is 3, but the description adds real value for the required model parameter by instructing agents to use the model number as printed on the label and providing concrete examples. That clarifies formatting more than the schema alone does.
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 (lookup) and resource (TV or monitor mount specs) and enumerates the exact output fields: VESA pattern, dimensions with/without stand, weight, and screen size. It also scopes to model number, which distinguishes it from sibling tools that search by VESA pattern or TV models.
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 clearly states what this tool is for and gives labeling guidance, so an agent can infer when to use it. However, it does not explicitly mention sibling tools or state when to prefer list_models_by_vesa_pattern or search_tv_models.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_tv_modelsSearch covered TV and monitor modelsARead-onlyIdempotentInspect
Find which TV or monitor models whatmount.com has published mount facts for, by brand, model fragment or screen size. Returns up to 10 with their facts and page URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Brand, model fragment or size, e.g. "Hisense 65" or "TCL Q6" |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already capture the safety profile (read-only, idempotent, non-destructive, not open-world). The description adds useful behavioral detail beyond annotations: it caps results at 10 and states each result includes facts and page URLs. This exceeds the baseline but isn't exhaustive about matching semantics or empty-result 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?
Two sentences, about 28 words, with the action and scope front-loaded and the result behavior stated succinctly. Every clause adds information; there is no filler or repetition.
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 simple (one free-text parameter), annotations cover behavioral safety, and the description explains the return payload ('up to 10 with their facts and page URLs'), which is necessary since no output schema exists. The definition gives an agent enough to invoke it 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%: the query parameter is already documented with examples ('Hisense 65' or 'TCL Q6'). The tool description largely restates the same query types ('brand, model fragment or screen size'), adding no new format or syntax guidance, so the high schema coverage baseline of 3 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 ('find') and names the exact resource ('TV or monitor models whatmount.com has published mount facts for'), plus the search dimensions (brand, model fragment, screen size). This clearly distinguishes it from sibling tools like list_models_by_vesa_pattern or lookup_tv_mount_specs, which operate on different lookup keys.
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 states clear context: use when you need to discover covered models by brand, model fragment, or screen size. It does not explicitly contrast with sibling tools or provide exclusion criteria, so it misses the top anchor for explicit when/when-not guidance.
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
list_models_by_vesa_pattern - First observed
lookup_tv_mount_specs - First observed
search_tv_models
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
Open bicycle wheelset database: specs, weights, rim depths, UCI approval, prices in USD/EUR/GBP/AUD.
688 humanoid robot component entities with 4-dimension compatibility checking. Vendor-neutral.
Product and service specs with per-field confidence, plus dated price offers.
Authenticated GPU/CPU/PSU lookup; beta power-budget estimate. Coverage/freshness vary by source.
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceSourced product prices, dated price history, specs and independent-test coverage across 4,764 hardware products and 2,064 software vendors — every figure returned with its source URL and the date it was captured. Unknown values come back as null rather than a guess, so an agent can cite what it surfaces.-
- AlicenseNot gradedqualityCmaintenanceRead-only access to TrailWeights' ultralight gear corpus — verified weights, creator video reviews, pack templates, and semantic gear search. Auth: none.MIT
- 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
- FlicenseNot gradedqualityBmaintenanceSearch, localized specs (180 spec types across 19 categories), compare, and structured filters over 102k+ vehicle variants in 19 languages, from cars-data.com.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct query mode: reverse lookup by VESA pattern, exact model specification lookup, and flexible model search. The slight overlap in returned specs is mitigated by clear input differences (model number vs brand/fragment/screen size).
All tool names follow a consistent verb_noun pattern in lowercase snake_case: list_models_by_vesa_pattern, lookup_tv_mount_specs, and search_tv_models. The verbs are semantically distinct and the object naming is uniform.
Three tools is at the lower end of the ideal range, but this is a narrowly scoped reference server and each tool serves a necessary, non-redundant purpose. No filler or overlapping tools are present.
For a read-only factual lookup service, the surface covers the main entry points: search by model/brand/size, exact model specification lookup, and reverse lookup by VESA pattern. There are no obvious dead ends for the domain.