Skip to main content
Glama

Get URBot bot card

get_bot

Get the full card for one URBot bot by slug: name, tagline, pitch, price tiers, 6-axis capability radar (knowledge/practical/empathy/technical/creativity/safety, 0-100), knowledge topics, which bots it pairs with, and team synergy bonuses. Find slugs via list_bots or search_bots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesBot slug, e.g. "chef", "professor", "medic"

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description compensates by detailing the return content (name, tagline, price tiers, capability radar, etc.). However, it does not explicitly state that it's a read-only operation, which is a minor gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the primary action, and includes essential return details. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has one parameter and no output schema, the description is highly complete. It lists the returned fields (name, tagline, pitch, etc.), mentions the 6-axis radar, knowledge topics, pairing bots, and team synergy bonuses, and references sibling tools for slug discovery.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for the single parameter (slug). The description mentions slugs can be found via sibling tools but adds no new semantic detail beyond the schema's description. The schema already provides examples, so the description's contribution is minimal.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves the full card for a bot by slug, with a specific verb ('Get') and resource ('full card for one URBot bot'). It distinguishes from siblings by mentioning how to find slugs via list_bots or search_bots.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to use this tool: when you have a slug to get a bot's full card. It also directs users to sibling tools (list_bots, search_bots) for finding slugs, providing clear context for when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool has a distinct purpose: chatting, getting details, generating skill files, listing, and searching. No overlap in functionality.

Naming Consistency5/5

All tools use snake_case with a consistent verb_noun pattern (e.g., get_bot, list_bots, search_bots). chat_with_bot is a slight variation but still clear and predictable.

Tool Count5/5

5 tools is appropriate for a bot catalog server, covering discovery, detail retrieval, interaction, and skill export without being excessive.

Completeness5/5

Covers all key operations: discover (list/search), get details, chat, and export as skill. No critical gaps for the domain's typical use cases.

Resources