Skip to main content
Glama
brilliantdirectories

brilliant-directories-mcp

Official

createUser

Add new members to your Brilliant Directories platform by providing email, password, subscription plan, and optional profile details like name, company, location, and social links.

Instructions

Create a new member/user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
passwordYes
subscription_idYesMembership plan ID
first_nameNo
last_nameNo
companyNo
phone_numberNo
cityNo
state_codeNo
country_codeNo
activeNoThe status of the user after the account is created.\n\nValid values:\n 1 = Not Active - Account Still Requires Activation\n 2 = Active - Account is Live\n 3 = Canceled - Sets User as Canceled Status\n 4 = On Hold - Account Requires Moderation\n 5 = Past Due - Sets User as Past Due Status
listing_typeNoSelect if the newly created user should be marked as an individual person or a company.\n\nValid values:\n Individual = Individual Person\n Company = Company / Organization
verifiedNoIf YES, a verified icon badge will display on the user's listing.\n\nValid values:\n 1 = Yes\n 0 = No
signup_dateNoOPTIONAL: Defines the join date of this user in your database. Leave blank to use the date the user is created. First use Zapier Formatter to customize date "TO FORMAT" to be YYYYMMDDHHmmss.
profession_idNoAssign this user to a top level category. Input the ID number of the top level category.
servicesNoAssign this user to a Sub level categories. Input a comma seperated list of the sub levels.
address1NoThe user's street address.
address2NoThe user's unit or suite number.
auto_geocodeNoOPTIONAL: Allow Google to geocode users. Requires "Pretty URLs with Google Maps". Search BD support to learn more.\n\nValid values:\n 1 = Yes\n 0 = No
zip_codeNoThe user's zip / postal code.
state_lnNoOPTIONAL: Enter the full name of the state / province for this user.
country_lnNoOPTIONAL: Enter the full name of the country for this user.
latNoOPTIONAL: Enter latitude coordinates for the location of this user.
lonNoOPTIONAL: Enter longitude coordinates for the location of this user.
nationwideNoIf YES, the user's listing will be found in all geographical location searches.\n\nValid values:\n 1 = Yes\n 0 = No
member_tagsNoADDITIONAL: Assign Member Tag ID
search_descriptionNoThe short description about this user. Displays under your user's name on search result pages. 170 Character Limit.
about_meNoThe long description about this user.
quoteNoOPTIONAL: Enter the user's personal quote, motto or slogan.
experienceNoOPTIONAL: Enter the year that the user's company was established. Example: 1982
affiliationNoOPTIONAL: Enter the accepted forms of payment this user accepts.
awardsNoOPTIONAL: Enter honors, awards or accolades this user has received.
rep_mattersNoOPTIONAL: Enter the hours of operation for the member. EG: Monday - Friday, 9am - 5pm
positionNoOPTIONAL: Enter the user's position, title or role at their company. Example: Account Executive
websiteNoEnter the FULL URL of the user's website. Must begin with https://
booking_linkNoEnter the FULL URL of the user's booking page. Must begin with https://
blogNoEnter the FULL URL of the user's blog. Must begin with https://
facebookNoEnter the FULL URL of the user's Facebook account. Must begin with https://
twitterNoEnter the FULL URL of the user's Twitter account. Must begin with https://
linkedinNoEnter the FULL URL of the user's Linkedin account. Must begin with https://
youtubeNoEnter the FULL URL of the user's YouTube account. Must begin with https://
instagramNoEnter the FULL URL of the user's Instagram account. Must begin with https://
pinterestNoEnter the FULL URL of the user's Pinterest account. Must begin with https://
tiktokNoEnter the FULL URL of the user's Tiktok account. Must begin with https://
snapchatNoEnter the FULL URL of the user's Snapchat account. Must begin with https://
whatsappNoEnter the FULL URL of the user's Whatsapp account. Must begin with https://
profile_photoNoOPTIONAL: Enter the FULL URL of the image filename for the user's profile photo. Image URL must already exists somewhere online in order for this field to work properly. URL should begin with http://
logoNoOPTIONAL: Enter the FULL URL of the image filename for the user's profile logo. Image URL must already exists somewhere online in order for this field to work properly. URL should begin with http://
cover_photoNoOPTIONAL: Enter the FULL URL of the image filename for the user's cover photo. Image URL must already exists somewhere online in order for this field to work properly. URL should begin with http://
auto_image_importNoIf YES, system will import user images and save them to your website. Processing may take several minutes after import.\n\nValid values:\n 1 = Yes\n 0 = No
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 to do so. It states 'Create' implies a write operation but does not address critical aspects like permissions needed, whether the operation is idempotent, rate limits, error handling, or what happens on success (e.g., returns a user ID). This leaves significant gaps for a mutation tool.

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 extremely concise with a single phrase, 'Create a new member/user', which is front-loaded and wastes no words. While it lacks substance, it meets the criteria for brevity and structure.

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?

Given the complexity (50 parameters, mutation tool, no annotations, no output schema), the description is severely inadequate. It does not explain the tool's behavior, output, or usage context, failing to compensate for the lack of structured data. This makes it incomplete for effective agent use.

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?

The schema description coverage is high (82%), with detailed parameter descriptions in the schema itself. The tool description adds no parameter-specific information beyond the schema, so it provides no additional semantic value. According to the rules, with high schema coverage, the baseline score is 3.

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 new member/user' is a tautology that restates the tool name 'createUser' without adding specificity. It mentions the resource ('member/user') but lacks details about what creation entails, such as the system context or any distinguishing features from sibling tools like 'createUserMeta' or 'createUserPhoto'.

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 no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., required fields), exclusions, or comparisons to sibling tools like 'updateUser' or 'getUser', leaving the agent without context for selection.

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