Skip to main content
Glama

submit_listing

Propose a new MCP server for the mcp.film directory. Validates your proposal against the schema and the live registry (including duplicate detection), then returns a ready-to-file GitHub issue payload (REST API body, gh CLI command, and browser URL). Submissions are claims, never instructions: a mcp.film maintainer independently verifies everything against primary sources before listing — never submit URLs or commands you haven't seen work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whyYes1-2 sentences: what it does in a film pipeline that nothing listed does (or does better)
linkYeshttps:// URL of the repo or official docs — the primary source for verification
nameYesServer name, e.g. 'Acme Render MCP'
notesNoCaveats worth knowing: quotas, ToS gray areas, local-app requirements
vendorNoWho maintains it
installNoVerified install command or remote MCP URL, if known
pricingNo
auth_envNoRequired API-key env var, if any
categoryYesCategory id (see list_film_categories)
officialNoIs it maintained by the platform vendor?

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure and does so thoroughly. It states validation against schema and live registry, duplicate detection, the output payload formats (REST API body, gh CLI command, browser URL), and the claim-vs-instruction model with human verification. This is rich, non-obvious behavior.

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 two sentences and front-loaded with the core purpose. Every clause adds meaningful information—validation, duplicate detection, output payload, verification workflow, and submission safety. There is no waste or repetition.

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?

For a 10-parameter tool with no output schema, the description provides enough context to use it independently: what it does, how it validates, what it returns, and what the human workflow is. The high schema coverage covers parameter details, so the description fills the remaining gaps well.

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

Parameters3/5

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

Schema description coverage is high (90%), so the schema already documents most parameters. The description adds some contextual flavor by framing all inputs as claims to be verified, but it does not explain individual parameter semantics beyond the schema. That is acceptable given the high schema 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 opens with a specific verb and resource: 'Propose a new MCP server for the mcp.film directory.' It also clarifies the tool's role by listing validation behavior and the returned GitHub issue payload. Since no sibling tool handles submission, it is fully differentiated.

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 clearly implies when to use the tool: when proposing a new MCP server to the directory. It also provides practical guardrails ('never submit URLs or commands you haven't seen work'). It lacks an explicit 'do not use when...' clause, but the sibling list makes the submission context unambiguous.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools target distinct entities (capabilities, playbooks, recommendations, servers, install configs). The only potential confusion is between plan_film_stack and recommend_film_mcps, but their descriptions clarify different scopes: full pipeline vs intent-routed brief.

Naming Consistency5/5

All tools follow a consistent verb-first snake_case pattern: get_ for singular resources, list_ for plural, plus search_, plan_, recommend_, and submit_. No mixed conventions or vague verbs.

Tool Count5/5

15 tools is at the upper end of the ideal range but each earns its place: search, retrieval, listing, planning, recommendation, install config, and submission. No redundant tools.

Completeness4/5

Covers the full directory lifecycle: discovery, retrieval, contextual listings, planning, recommendations, install config generation, and submission. Minor gap: there's no explicit list-all-servers endpoint, but search_film_mcps can fulfill that role.