Skip to main content
Glama

Viral Manager

list_crew

Read-only

List the production crew of the organization: editors (monteurs), clippers and posters. Each post can carry one of each, in that order: the creator films, the editor edits, the clipper cuts clips, the poster publishes. Use the returned member_id (or the name) with assign_crew. The private portal link is not returned here; it is shown once when the member is created (create_crew_member) and can be copied again from the app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoFilter by crew roleall

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds value by stating the portal link is not returned and explaining role ordering per post, providing behavioral detail beyond the annotation.

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 a few sentences with no fluff; it front-loads the purpose, then explains roles, usage, and caveats in a logical order. Slightly long but every sentence earns its place.

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 no output schema, it implies the return includes member_id and name (via 'use the returned member_id or name') and explicitly states what is not returned. It's complete for a simple list operation with one optional parameter.

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?

Schema coverage is 100% with a property description, but the tool description enriches the role enum by defining each role's function (creator films, editor edits, clipper cuts clips, poster publishes), adding meaning beyond the 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 the tool lists production crew (editors, clippers, posters) with specific roles and their per-post ordering. It's a specific verb+resource that distinguishes it from other list_* 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?

It explicitly instructs to use the returned member_id/name with assign_crew, and notes the private portal link is not returned here, directing to create_crew_member or the app. This gives clear when-to-use and what-not-to-expect context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources