ShareGrokBots
Server Details
Search shared Grok Bots by what they do. Credit the creator. No prompt text.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- legacyinmotion/sharegrokbots-examples
- GitHub Stars
- 0
Available Tools
5 toolsget_botGet botARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
TDQS
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.
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.
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.
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.
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.
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 listingsBRead-onlyIdempotentInspect
Newest public listings, newest first. Each carries its votes and adds. ShareGrokBots does not test, score, or review the bots it lists.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
TDQS
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.
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.
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.
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.
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.
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 categoriesARead-onlyIdempotentInspect
List the categories used to file listings, grouped as market or trades. Old slugs appear under aliases.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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 votedBRead-onlyIdempotentInspect
Listings the community voted up, most votes first. Votes come from signed-in members, one per person per bot.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
TDQS
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.
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.
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.
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.
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.
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 botsARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| category | No | (optional category) |
TDQS
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.
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.
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.
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.
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.
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
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
Search a curated, human-reviewed AI agent marketplace by outcome. Read-only; buy on the website.
Free search across ~35,000 agent tools (x402 bazaar + MCP registry) by plain-language need.
Search public social posts and web results from AI assistants.
Discover public AI agents, reusable recipes, and trusted benchmark evidence by task.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables searching for AI agents by keywords or categories, allowing users to discover tools like coding agents, GUI agents, or industry-specific assistants across marketplaces.48
- AlicenseAqualityAmaintenanceSearch and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. Provides tools for searching, browsing categories, and accessing detailed information about each asset.5145MIT
- AlicenseAqualityAmaintenanceEnables AI agents to search a curated directory of Claude Code agent skills, MCP servers, and plugin marketplaces ranked by community signal.472MIT
- AlicenseAqualityDmaintenanceCommunity-driven library of tested prompts for AI agents, enabling search, retrieval, sharing, and rating of prompts.5MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.