Skip to main content
Glama
framinosona

BetaSeries MCP Server

by framinosona

BetaSeries: badges

betaseries_badges

Retrieve BetaSeries badge details by badge ID, with an optional user filter to see who earned it. Fetches badge information directly from the Badges API.

Instructions

Call the BetaSeries "badges" API. Pick an operation and pass its parameters in the params object.

Available operations:

  • get-badges-badge [GET /badges/badge]: Returns badge details. Params: id (Badge ID. You can add more than one by separating them with a comma.), userId? (ID of the user who earned the badge(s).)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoQuery parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation.
operationYesWhich operation to perform
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states that the tool 'Returns badge details', without mentioning authentication requirements, rate limits, potential errors, or behavior when multiple IDs are passed. The comma-separated ID hint is parameter semantics, not behavioral transparency.

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 and front-loaded with the API call and operation list. The structure is clear, but the opening sentence 'Call the BetaSeries "badges" API' is somewhat redundant given the tool name, and the 'Pick an operation' phrasing could be more direct. Overall, it avoids unnecessary detail while providing needed operation info.

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?

Given the lack of annotations and output schema, the description should cover more context like return format, error cases, or typical use cases. It does explain the only available operation's parameters, but for a tool with a single operation, it leaves gaps in behavioral expectations and does not fully compensate for the absent structured metadata.

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 schema's 'params' field is a generic object with no specific parameter names, so the description is essential for defining 'id' and 'userId' including optionality (via '?') and the comma-separated multi-value behavior. This adds meaningful value beyond the schema, though it lacks type validation or format details for the user ID.

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 clearly identifies the tool as an API wrapper for BetaSeries badges and lists the specific operation 'get-badges-badge' with its function ('Returns badge details'). This distinguishes it from sibling tools that target other BetaSeries resources (persons, movies, etc.), though the verb 'Call' is generic and the description could be more explicit about the tool's overall purpose.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus other BetaSeries tools or alternative operations. It simply instructs the user to 'Pick an operation', but does not explain scenarios where badge details are needed or why this tool should be chosen over siblings like betaseries_episodes or betaseries_shows.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/framinosona/betaseries-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server