RoboHub Robot Catalog
Server Details
Vendor-neutral catalog of 300+ commercial robots: search, compare specs, request vendor intros.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 5 of 5 tools scored.
All five tools have distinct purposes: comparing two robots, fetching a single robot's details, listing categories, submitting vendor intros, and searching. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern (e.g., compare_robots, get_robot, list_categories) with no mixing of conventions.
Five tools is well-scoped for a robot catalog covering search, retrieval, comparison, category browsing, and vendor intros. No tool feels excessive or missing.
Covers search, details, comparison, categories, and vendor intros well. Minor gap: no tool for listing all robots without a query, but search with empty query can likely fill this.
Available Tools
5 toolscompare_robotsCompare two robotsAInspect
Side-by-side spec comparison of two robots by slug, plus RoboHub's editorial verdict when available.
| Name | Required | Description | Default |
|---|---|---|---|
| slug_a | Yes | First robot slug. | |
| slug_b | Yes | Second robot slug. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist; description implies read-only behavior by stating comparison. However, does not explicitly disclose non-destructive nature or any constraints like rate limits or permissions.
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?
Single, concise sentence with no wasted words. Front-loads the core action and includes a relevant extra detail.
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 tool with two parameters and no output schema, description covers basic purpose but lacks detail on return format or what 'specs' means. Adequate but could be more complete.
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 already fully describes parameters (slug_a, slug_b) with 'First/Second robot slug.' Description adds 'by slug' which is consistent but does not enhance meaning beyond 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?
Description clearly states verb 'compare', resource 'two robots', method 'by slug', and additional output 'editorial verdict'. Distinguishes from sibling tools that handle single robots or search.
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?
Implies use for comparing two known robots by slug, but no explicit when-to-use or alternatives listed. Sibling names are provided but not referenced.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_robotGet robot detailsAInspect
Full catalog record for one robot by slug: description, specs, SDKs, use cases, pricing and links.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Robot slug as returned by search_robots (e.g. 'unitree-g1'). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It accurately describes the return content but does not explicitly state read-only nature, absence of side effects, or error handling. Adequate for a simple retrieval tool.
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?
Single, informative sentence with no wasted words. Front-loaded with key 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 simple tool with one parameter and no output schema, the description sufficiently explains what is returned. Could mention result format but not critical.
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 schema already describing the slug parameter and providing an example. The description reinforces its source but adds minimal new meaning.
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 it retrieves a full catalog record for one robot by slug, listing specific details (description, specs, SDKs, use cases, pricing, links). It distinguishes from siblings like search_robots (list) and compare_robots (comparison).
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 implies use after search_robots by referencing slug from that tool. Sibling tools are listed, providing context. However, it does not explicitly state when not to use this tool versus alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_categoriesList robot categoriesAInspect
All robot categories with counts and a few example robots each. Good first call to understand catalog coverage.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided. Description mentions it returns counts and examples, but does not disclose read-only nature, auth requirements, or side effects. As a listing tool, behavior is likely safe, but transparency is minimal.
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, direct and to the point. Every word adds value with no 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?
Description covers purpose and typical use case. No output schema exists, so the description should hint at return format; it does so with 'counts and a few example robots.' Lacks detail on structure but sufficient for a simple list tool.
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?
Tool has no parameters, so schema coverage is 100%. Description adds context about what is returned (counts, examples), which is sufficient for this zero-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 lists all robot categories with counts and example robots. Differentiates from sibling tools like compare_robots and get_robot by focusing on catalog overview.
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?
Describes as a 'good first call to understand catalog coverage,' implying its role as an initial exploratory tool. Lacks explicit when-not-to-use or alternatives, but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_vendor_introsRequest vendor introductionsAInspect
Submit a B2B sourcing request to RoboHub on behalf of the user. Within 48 hours RoboHub replies by email with a free shortlist of 2-4 matching robots, indicative pricing and warm vendor introductions. Vendor-neutral and free for buyers. Only call this with the user's explicit consent and their real contact details.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Work email address where the shortlist should be sent. | ||
| notes | No | Anything else relevant (optional). | |
| company | Yes | Company name. | |
| country | No | Country of deployment (optional). | |
| industry | Yes | Industry, e.g. 'logistics', 'agriculture', 'security', 'hospitality'. | |
| timeline | Yes | Deployment timeline. | |
| use_case | Yes | What the robots should do, with as much operational detail as possible (environment, scale, constraints). | |
| robot_slug | No | Slug of a specific robot the user is interested in (optional). | |
| budget_range | Yes | Approximate budget bracket in USD. | |
| contact_name | Yes | Full name of the contact person. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully carries the transparency burden. It discloses response timeline (48 hours), delivery method (email), output content (shortlist of 2-4 robots, pricing, warm intros), and neutrality/free nature. Missing details about error handling or failure modes, but overall adequate.
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 four sentences, front-loaded with the main action, and every sentence adds value. It is highly concise with no wasted words.
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?
Given the tool has 10 parameters and no output schema, the description covers the essential behavioral context: what happens after submission, timeline, and key constraints. It does not detail error states or full process, but is complete enough for selection and invocation.
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 baseline is 3. The description adds overall behavioral context but does not elaborate on individual parameters beyond what the schema provides. It mentions 'real contact details' but that is general guidance.
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 submits a B2B sourcing request to RoboHub on behalf of the user. It uses specific verb+resource ('Submit a B2B sourcing request to RoboHub') and distinguishes from sibling tools like search_robots, get_robot, compare_robots, and list_categories.
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, mentioning the tool should only be called with the user's explicit consent and real contact details. It implies when to use (when user wants vendor introductions) without explicit exclusions, but the context is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_robotsSearch robotsAInspect
Search RoboHub's catalog of commercial robots by free-text query and optional filters. Returns compact summaries with catalog URLs. Note: robots with unknown pricing are excluded when max_price_usd is set.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 10, max 25). | |
| query | No | Free-text search over name, manufacturer, category, use cases and description (e.g. 'warehouse pallet AMR', 'quadruped inspection'). | |
| category | No | Restrict to one category. | |
| max_price_usd | No | Only robots with a known price at or below this USD amount. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full behavioral burden. It discloses the pricing exclusion behavior but omits details on rate limits, pagination, or what happens with no results. It's a read operation but not explicitly labeled.
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, no fluff. The purpose is front-loaded, and the important behavioral note is placed at the end. 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?
Given no output schema, the description mentions return format (compact summaries with URLs) and pricing exclusion. It's sufficient for a search tool but could note pagination or result count limits beyond the parameter.
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 each parameter has a description. The description adds value by giving examples for the query field and clarifying how max_price_usd excludes unknown-priced robots. This enriches the schema data.
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 searches RoboHub's catalog of commercial robots via free-text query and optional filters, returning compact summaries with catalog URLs. It distinguishes itself from siblings like get_robot (single robot) and list_categories.
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 explains the tool's function but provides no explicit guidance on when to use it vs. alternatives like compare_robots or get_robot. It implies usage via search but lacks when-not-to-use or trade-offs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- AlicenseAqualityDmaintenanceGive your AI agent access to 8,400+ software tools — search, compare, get pricing, find alternatives, and discover the best tool for any use case.6122MIT
- AlicenseAqualityDmaintenanceKlarna-style product discovery for AI shopping agents. Makes product catalogs machine-readable so AI agents can search, compare, and purchase products programmatically.6MIT
- AlicenseAqualityDmaintenanceSearch 8,000+ corporate event venues across 40+ cities. Tools for venue search by capacity/category, pricing guides, expert advice articles, and inquiry handoff. Read-only, PII-redacted, UTM-attributed.76MIT
- Flicense-qualityCmaintenanceMachine-readable directory of AI products that register themselves, plus an agent-readability grader for any URL.1