Skip to main content
Glama
framinosona

BetaSeries MCP Server

by framinosona

BetaSeries: pictures

betaseries_pictures

Retrieve images from BetaSeries for shows, movies, episodes, seasons, characters, persons, members, platforms, and badges. Specify entity ID and optional dimensions to get the picture.

Instructions

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

Available operations:

  • get-pictures-badges [GET /pictures/badges]: Return an image of the badge (32x32). Params: id (ID of the badge), level? (Level of the badge (optional if badge is non-tiered))

  • get-pictures-characters [GET /pictures/characters]: Return an image of the character. Params: id (ID of the character), type? (Type show or movie (optional, default show)), width? (Desired width (optional, default 250)), height? (Desired height (optional, default 375))

  • get-pictures-episodes [GET /pictures/episodes]: Return a picture of the episode. Params: id (ID of the episode), width? (Desired width (optional)), height? (Desired height (optional))

  • get-pictures-members [GET /pictures/members]: Return a picture of the member. Params: id (ID of the member), width? (Desired width (optional)), height? (Desired height (optional)), placeholder? (Type of format if no photo is mentioned: jpeg, png, or svg (optional, default jpeg))

  • get-pictures-movies [GET /pictures/movies]: Return an image of the movie. Params: id (ID of the movie), width? (Desired width (optional, default 250)), height? (Desired height (optional, default 375)), language? (Language for the poster (optional, default original))

  • get-pictures-persons [GET /pictures/persons]: Return an image of the person. Params: id (ID of the person), width? (Desired width (optional, default 250)), height? (Desired height (optional, default 375))

  • get-pictures-platforms [GET /pictures/platforms]: Return an image of the SVOD or VOD platform. Params: id (ID of the platform), width? (Desired width (optional, default 100)), height? (Desired height (optional, default 100))

  • get-pictures-seasons [GET /pictures/seasons]: Return an image of the show's season. Params: show_id (ID of the show), season (Season number), width? (Desired width (optional, default 250)), height? (Desired height (optional, default 375))

  • get-pictures-shows [GET /pictures/shows]: Return a picture of the show. Params: id (ID of the show), width? (Desired width (optional)), height? (Desired height (optional)), picked? (Take the image voted on by the community (banner or show, optional))

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
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the endpoint paths (e.g., GET /pictures/badges) and notes optionality/defaults, but does not mention authentication requirements, response format (binary image vs. URL), error behavior, or rate limits. For a read-only image-fetching tool, the key behaviors are covered sufficiently, but not richly.

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 well-structured: a brief opening sentence, then each operation on its own line with endpoint and params. Every line conveys necessary information and there is no redundant or filler text. It is long but appropriately sized for a tool with nine distinct operations.

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?

With no output schema and a generic input schema, the description must provide complete context, and it does. It documents all 9 operations, their endpoints, each parameter, optionality, and defaults. An agent can invoke any operation correctly without additional external knowledge, making this description fully complete for the tool's complexity.

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

Parameters5/5

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

The schema only defines a generic 'params' object with string values, so the description is the sole source of parameter meaning. It lists every parameter for each operation, indicates optionality with '?', provides defaults (e.g., width=250, height=375 for characters), and special options like 'placeholder' and 'picked'. This fully compensates for the generic schema.

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 this tool calls the BetaSeries 'pictures' API, with each operation explicitly listing what image it returns (badge, character, episode, etc.). The verbs 'Return' and 'Get' are specific, and the resource types distinguish this tool from siblings like betaseries_movies or betaseries_people.

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 provides clear operational guidance: 'Pick an operation and pass its parameters in the params object.' It enumerates all available operations and their parameters, which tells the agent exactly what to do. It doesn't explicitly state when not to use this tool or name alternatives, but the operation names and resource types make it unambiguous which tool to select.

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