Skip to main content
Glama
framinosona

BetaSeries MCP Server

by framinosona

BetaSeries: timeline

betaseries_timeline

Retrieve BetaSeries timeline events for friends, home, members, or shows. Use operations to get specific event details, friend feeds, or site updates by passing the required parameters.

Instructions

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

Available operations:

  • get-timeline-event [GET /timeline/event]: Display a particular event. Params: id (ID of the event)

  • get-timeline-feed [GET /timeline/feed]: Display the latest events of the friends of the identified member. Params: nbpp? (Number of events per page, maximum 100), page? (Page number (Optional, default 1)), types? (Types of events to return, separated by a comma (Optional))

  • get-timeline-friends [GET /timeline/friends]: Display the latest events of the friends of the identified member. Params: nbpp? (Number of events per page, maximum 100), since_id? (ID of the last event received to get previous ones (Optional)), last_id? (ID of the last event received to get subsequent ones (Optional)), types? (Types of events to return, separated by a comma (Optional)), self? (Include events of the identified member (Optional, default 0))

  • get-timeline-home [GET /timeline/home]: Display the latest events on the site. Params: nbpp? (Number of events per page, maximum 100), since_id? (ID of the last event received to get previous ones (Optional)), last_id? (ID of the last event received to get subsequent ones (Optional)), types? (Types of events to return, separated by a comma (Optional))

  • get-timeline-member [GET /timeline/member]: Display the latest events of the specified member. Params: id (ID of the member), nbpp? (Number of events per page, maximum 100), since_id? (ID of the last event received to get previous ones (Optional)), last_id? (ID of the last event received to get subsequent ones (Optional)), types? (Types of events to return, separated by a comma (Optional))

  • get-timeline-show [GET /timeline/show]: Display the latest events of the connected member about the specified show. Params: id? (ID of the series (Optional if thetvdb_id provided)), thetvdb_id? (ID of the series on TheTVDB (Optional if id provided)), nbpp? (Number of events per page, maximum 100), since_id? (ID of the last event received to get previous ones (Optional)), last_id? (ID of the last event received to get subsequent ones (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?

With no annotations, the description carries the full burden. It implies read-only via 'Display' and hints at authentication with 'identified member' and 'connected member' for some operations. However, it does not explicitly state authentication requirements, rate limits, or response format. The two nearly identical descriptions for get-timeline-feed and get-timeline-friends add ambiguity. This is adequate but not richly transparent.

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 long but necessarily so for six operations. It is front-loaded with an instruction and uses a consistent, scannable format (operation [endpoint]: purpose, Params: list). Some repetition in parameter definitions (e.g., nbpp, since_id) is present but acceptable for standalone operation reference. No waste.

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?

For a multi-operation tool with no output schema, the description covers all operation purposes and parameters thoroughly. It lacks explicit details on authentication, response structure, or error behavior, which are important for a tool requiring an identified user for several operations. However, given the scope, it is mostly complete.

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 operation (enum) and a generic params object without property specifics, so the description is the sole source of parameter meaning. It lists every parameter per operation with explanations (e.g., 'id (ID of the event)', 'nbpp? (Number of events per page, maximum 100)') and marks optional ones with '?'. This far exceeds the schema's coverage.

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 'timeline' API and lists six distinct operations, each with a specific verb and resource (e.g., 'Display a particular event', 'Display the latest events of the friends of the identified member'). This differentiates the operations within the tool and the timeline resource from sibling tools.

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 context for selecting operations by detailing what each returns (event vs. friends' feed vs. site-wide events) and notes optional parameters like pagination. It does not explicitly reference sibling tools or when to avoid this tool, but the operation-level guidance is solid. Lacks explicit exclusions or alternatives, so not a 5.

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