Skip to main content
Glama

Get bot

get_bot
Read-onlyIdempotent

Fetch one public listing by slug. Credits the creator X post and carries the listing's votes and adds. ShareGrokBots does not test, score, or review the bots it lists. Never returns prompt text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to repeat safety traits. It adds valuable context: the tool credits the creator X post, includes votes and adds, does not test/score/review bots, and never returns prompt text. This goes beyond annotations to set expectations about content, which is especially useful given no output schema.

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 three sentences, each adding distinct value: purpose, return details with social credit, and explicit exclusions. Information is front-loaded with the core action first, and there is no redundancy or filler. Every sentence earns its place.

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?

For a simple single-parameter read operation with rich annotations, the description is complete. It covers what the tool returns (listing with votes/adds), what the tool does (credits creator), what it does not do (test/score/review), and a critical exclusion (never returns prompt text). The lack of an output schema is compensated by the description's clarity on content. An agent has everything needed to call it correctly.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. The description uses 'by slug' to explain the slug parameter's purpose, adding meaning beyond the bare schema definition. It does not specify the slug format or constraints, but for a single required parameter, the description provides adequate semantic context.

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?

States a precise action (fetch one public listing) with a clear resource (by slug), and adds distinguishing detail about crediting the creator X post and carrying votes/adds. The sibling tools like list_categories and search_bots are clearly different, so there is no ambiguity.

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

Usage Guidelines4/5

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

The description clearly implies when to use this tool: when a specific public listing by slug is needed, as opposed to browsing categories or searching. It does not explicitly name alternatives, but the context signals of sibling tools make the use case clear. A minor gap is not explicitly stating when not to use it (e.g., if you need to search), but the single-listing focus is evident.

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

A3.9/5.0
Disambiguation5/5

Each tool has a distinct purpose: fetching one listing, listing newest, listing categories, listing most voted, and searching. No two tools appear to do the same thing, making misselection unlikely.

Naming Consistency3/5

get_bot, list_categories, and search_bots follow a clear verb_noun pattern, but latest and most_voted are descriptive fragments without a verb. This breaks the consistency enough to be noticeable.

Tool Count5/5

Five tools is a well-scoped set for a read-only listing and search service. Each tool covers a distinct user need without redundancy or bloat.

Completeness5/5

The surface fully covers the core domain: retrieving individual listings, exploring newest and top-voted content, searching, and browsing categories. No create/update operations are needed for a public listing directory, so there are no significant gaps.