Skip to main content
Glama

Server Details

Search shared Grok Bots by what they do. Credit the creator. No prompt text.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
legacyinmotion/sharegrokbots-examples
GitHub Stars
0

Available Tools

5 tools
get_botGet botA
Read-onlyIdempotent
Inspect

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.

ParametersJSON 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.

latestLatest listingsB
Read-onlyIdempotent
Inspect

Newest public listings, newest first. Each carries its votes and adds. ShareGrokBots does not test, score, or review the bots it lists.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already establish readonly/idempotent/safe behavior; the description adds useful non-obvious context by stating each listing carries votes and adds and that ShareGrokBots does not test, score, or review listed bots. This goes beyond the annotation-only safety picture, though it omits details like pagination or limit behavior.

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?

Three short sentences deliver the core purpose, the included fields, and an important caveat; the most important information is front-loaded. There is no filler.

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

Completeness3/5

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

The description covers the resource, ordering, item fields, and the lack of vetting, which is strong for a simple read-only tool. However, with no output schema and no description of `limit`, the agent is left to guess a parameter that may affect invocation and result size.

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

Parameters1/5

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

Schema description coverage is 0%, and the description never mentions the sole `limit` parameter. Nothing in the description compensates for the schema's silence, so the agent gets no help understanding what limit controls.

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

Purpose4/5

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

The description identifies the resource ('public listings') and the ordering ('newest first'), which lets an agent distinguish it from siblings like most_voted. It lacks an explicit verb such as 'list' or 'fetch,' so it stops just short of a top score.

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

Usage Guidelines3/5

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

The description implies its use case: anyone wanting the newest public listings. It does not mention when to prefer alternatives such as most_voted or search_bots, nor does it state any exclusions.

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

list_categoriesList categoriesA
Read-onlyIdempotent
Inspect

List the categories used to file listings, grouped as market or trades. Old slugs appear under aliases.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful context about grouping and the fact that old slugs appear under aliases, which aids result interpretation, but adds nothing else beyond that.

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?

Two short sentences with no filler. The core action and scope are front-loaded, and the additional detail about grouping and aliases 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 parameterless, read-only list tool with no output schema, the description fully conveys what the tool returns and how the data is organized. Nothing critical is missing.

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?

The tool has zero parameters, so the schema fully covers the parameter space. The description does not need to add parameter-specific semantics, and the baseline for zero-parameter tools is met.

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 states a specific verb and resource: 'List the categories used to file listings'. It adds concrete detail about grouping ('market or trades') and alias behavior, making it clearly distinct from the sibling bot-focused tools.

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

Usage Guidelines3/5

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

The description implies the tool's usage by explaining what it lists, and the category focus naturally separates it from the bot-related siblings. However, there is no explicit statement of when to prefer this tool over alternatives or what contexts make it appropriate.

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

most_votedMost votedB
Read-onlyIdempotent
Inspect

Listings the community voted up, most votes first. Votes come from signed-in members, one per person per bot.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo

TDQS

B3.3/5.0
Behavior4/5

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

The description adds useful behavioral detail beyond the annotations: results are sorted by vote count, and votes are limited to one per signed-in member per bot. The readOnly, idempotent, and non-destructive annotations are consistent with a simple read/list operation.

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

Conciseness4/5

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

The description is concise at two sentences and front-loads the core behavior. The first sentence has a minor grammar issue ('Listings the community voted up'), but no redundant filler or schema repetition exists.

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

Completeness3/5

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

For a simple read-only list endpoint with one optional parameter, the description covers the main idea and ordering well. However, the complete lack of guidance on the 'limit' parameter leaves a notable gap, even though an agent can safely call the tool without providing it.

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

Parameters1/5

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

There is one parameter, 'limit', with 0% schema description coverage. The description never mentions 'limit', its default, its effect on the result count, or how it interacts with the ordering. Since schema coverage is low, the description was responsible for explaining this parameter and did not.

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

Purpose4/5

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

The description identifies a specific resource ('listings the community voted up') and a clear ordering ('most votes first'). It is understandable even if grammatically awkward, and it clearly differs from siblings like 'latest' and 'search_bots' by emphasizing community voting and vote-based ranking.

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

Usage Guidelines3/5

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

The context is implied: use this tool when you need community-voted listings in vote order. However, it does not explicitly tell an agent when not to use it or mention alternatives such as 'latest' or 'search_bots'.

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

search_botsSearch botsA
Read-onlyIdempotent
Inspect

Search public ShareGrokBots listings by text and optional category. Returns name, credit, live bot link, and the community signal: votes from signed-in members and adds from people who opened the bot through its listing. ShareGrokBots does not test, score, or review the bots it lists. Never returns prompt text.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
categoryNo(optional category)

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish that the tool is read-only, idempotent, and non-destructive. The description adds valuable behavioral context beyond those hints: the meaning of votes and adds, the fact that ShareGrokBots does not test or review bots, and the explicit guarantee that prompt text is never returned. No contradiction with annotations.

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 compact and front-loaded: it opens with the purpose, then covers return fields, community signals, and critical negative constraints. Every sentence adds distinct value with no filler.

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

Completeness4/5

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

With no output schema, the description does well by explaining the return payload and important caveats. However, it omits semantics for the limit parameter and does not describe pagination or result-list shape, which would make the tool fully self-explanatory.

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 description coverage is only 33%, so the description must compensate. It clarifies the query parameter as text search and category as optional, but it never explains the limit parameter's meaning, default, or effect, leaving a real gap for agents.

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 uses a specific verb ('Search') with a precise resource ('public ShareGrokBots listings') and a clear scoping mechanism (text and optional category). It also lists the distinctive return fields, which differentiates it from siblings like get_bot, latest, 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.

Usage Guidelines4/5

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

It clearly establishes when to use the tool: when searching public listings by text or category. It does not explicitly name alternatives or state when not to use it, so it stops short of full routing guidance.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

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.