Skip to main content
Glama
framinosona

BetaSeries MCP Server

by framinosona

BetaSeries: comments

betaseries_comments

Manage BetaSeries comments: retrieve, post, edit, delete, reply, vote, and handle email notification subscriptions for shows and movies.

Instructions

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

Available operations:

  • delete-comments-comment [DELETE /comments/comment]: Delete a comment from the identified user. Params: id (ID of the comment)

  • delete-comments-subscription [DELETE /comments/subscription]: Unsubscribe the member from email notifications for the given item. Params: type? (Type of item: episode|show|member|movie), id? (ID of the item in question)

  • delete-comments-thumb [DELETE /comments/thumb]: Remove the user's vote for the given comment. Params: id (ID of the comment)

  • get-comments-comment [GET /comments/comment]: Retrieve a given comment. Params: id (ID of the comment)

  • get-comments-comments [GET /comments/comments]: Get comments. Params: type? (Element type: episode|show|member|movie|poll|article), id? (ID of the element in question), nbpp (Number of comments per page), since_id? (ID of the last comment received (Optional)), order? (Chronological return order, desc or asc (Default asc)), replies? (Include replies to comments (1 or 0, default 1))

  • get-comments-replies [GET /comments/replies]: Retrieve the replies of a given comment. Params: id (ID of the comment), order? (Chronological return order, desc or asc (Default asc))

  • get-comments-status [GET /comments/status]: Retrieve the status of comments on the given item (closed or open). Params: type? (Type of item: episode|show|member|movie), id? (ID of the item in question)

  • post-comments-comment [POST /comments/comment]: Create or edit a comment for the specified item. Params: type (Type of item: episode|show|member|movie|event|poll|article (Mandatory for creation, or reference)), id (ID of the item in question (Mandatory for creation, or reference)), reference (Reference ID of the item in question (Mandatory for creation, or type + id)), in_reply_to? (If a reply, inner_id of the corresponding comment (Optional for creation)), text? (Text of the comment), edit_id? (ID of the comment to edit (Mandatory for editing))

  • post-comments-comment-event [POST /comments/comment_event]: Create a comment for an event. Params: type? (Type of the event: film_add|markas.... (Optional if id provided)), element_id? (ID of the element involved in the event (Optional if id provided)), id? (ID of the event to comment on (Optional if type + element_id provided)), text? (Text of the comment)

  • post-comments-subscription [POST /comments/subscription]: Subscribe the member to email notifications for the given item. Params: type? (Type of item: episode|show|member|movie), id? (ID of the item in question)

  • post-comments-thumb [POST /comments/thumb]: Add a vote for the user for the given comment. Params: id (ID of the comment), type (Type of the vote (-1 for a downvote, 1 for an upvote)), switch? (Whether the user switches their existing vote (default false))

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 must convey behavior. It includes HTTP methods (GET/POST/DELETE) and verbs in operation names (retrieve, delete, add), which indicate side effects. However, it lacks details on authentication, rate limits, irreversibility of deletions, or error conditions. No contradiction with annotations exists.

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 opens with a concise instruction and then presents a logically grouped list of operations. Each line is necessary and follows a consistent format (operation name, HTTP method, path, params). The length is justified by the multi-operation nature, though plain-text formatting could be enhanced with bullet points for readability.

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?

Given 11 operations, no annotations, and no output schema, the description covers all operations and parameters comprehensively. It omits return value descriptions and error handling, but the information provided is sufficient for an agent to select and invoke operations correctly. More detail on auth and response formats would improve completeness.

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 description is the definitive source for per-operation parameters, listing each parameter name, optionality (marked with '?'), and a brief semantic explanation (e.g., 'nbpp' = Number of comments per page). This adds significant meaning beyond the generic input schema, which only defines a params object. It falls short of 5 due to missing explicit value types/formats for some parameters.

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 the tool calls the BetaSeries comments API and enumerates all 11 operations with their HTTP methods and paths. This leaves no doubt about the tool's purpose and distinguishes it from sibling tools (e.g., betaseries_movies, betaseries_members) by resource domain.

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 says 'Pick an operation' and provides operation names, but it does not explain when to use this tool versus sibling tools nor offer criteria for choosing among the 11 operations. Usage is implied from operation names (e.g., 'delete-comments-comment') but not explicitly guided.

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