Skip to main content
Glama
brilliantdirectories

brilliant-directories-mcp

Official

createMembershipPlan

Create membership plans with pricing, visibility, and subscription settings for directory websites. Configure paid, free, or claimable plans with monthly/yearly billing options.

Instructions

Create a membership plan

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscription_nameYes
subscription_typeYesSubscription type. AMBIGUOUS — likely duplicates profile_type (paid/free/claim) OR is a separate role identifier that defaults to "member".\nIf you are choosing a monetization model for the plan, use profile_type instead (it has an authoritative paid/free/claim enum).\nOnly set subscription_type explicitly if BD docs or a BD staff member has told you its valid values. Otherwise omit it and let the default "member" apply.member
profile_typeYes
monthly_amountNo
yearly_amountNo
sub_activeNo
searchableNo
search_priorityNoSearch-result display priority (integer, lower number = higher in results).\n 0 = highest priority (shows at the top of public search results)\n 1, 2, 3, ... = progressively lower priority (shown after lower-numbered priorities, then ordered by whatever the default sort is)\nUse 0 for featured / premium membership tiers that should always appear first. Use higher numbers for standard or budget tiers. There is no upper bound.\nThis is NOT a 0/1 boolean — it is a full integer where the NUMERIC VALUE determines ordering.
payment_defaultNo
Behavior1/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 but fails completely. It doesn't indicate whether this is a mutating operation (implied by 'Create' but not explicit), what permissions are required, whether it's idempotent, what happens on success/failure, or any rate limits. The description provides zero behavioral context beyond the basic action verb.

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 maximally concise with just three words. While severely under-specified, it's not verbose or poorly structured. Every word earns its place, and there's no wasted text - though the extreme brevity comes at the cost of being informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a creation tool with 9 parameters, no annotations, no output schema, and only 22% schema description coverage, the description is completely inadequate. It doesn't explain what a membership plan is, what happens after creation, how it integrates with the system, or provide any context about the complex parameter set. The description fails to compensate for the lack of structured documentation.

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

Parameters2/5

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

Schema description coverage is only 22%, meaning most parameters lack documentation in the schema. The description provides no parameter information whatsoever - it doesn't mention any of the 9 parameters, their purposes, or relationships between them. While the schema has some parameter descriptions (like for subscription_type and search_priority), the description adds zero value to help understand what data is needed to create a membership plan.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a membership plan' is a tautology that merely restates the tool name. It doesn't specify what a membership plan entails, what resource it creates, or how it differs from other creation tools like createUser or createService. While the verb 'Create' is clear, the object 'membership plan' lacks meaningful context about what this resource represents in the system.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides absolutely no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, when membership plans should be created, or how this relates to sibling tools like getMembershipPlan, updateMembershipPlan, or deleteMembershipPlan. There's no indication of appropriate contexts or constraints for using this creation tool.

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/brilliantdirectories/brilliant-directories-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server