Skip to main content
Glama
brilliantdirectories

brilliant-directories-mcp

Official

createReview

Creates a new review record. Use it to import legacy reviews, add test data, or script external submissions while bypassing the standard review form.

Instructions

Create a review - Create a new review record. Writes live data.

Use when: importing legacy reviews from another platform, adding placeholder reviews for test data, or scripting review submissions from an external integration. Real member-submitted reviews come through the BD review form - only use this API when bypassing that form.

Required: user_id, review_email.

Parameter interactions:

  • user_id - the member being reviewed

  • rating_overall: integer 1-5 (higher = better)

  • recommend: 0=No, 1=Yes (shown as a thumbs-up recommendation flag)

  • review_status controls initial visibility - default flow is 0 Pending -> admin review

See also: updateReview (modify existing).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
recommendNo
review_nameNoReviewer's display name. Strongly recommended - most BD themes render this on the profile next to the review.
review_emailYesREQUIRED (server rejects with `The review email is required` when omitted, despite earlier docs that listed only `user_id` as required). Reviewer's email. Used for notification threading and duplicate-review detection.
review_titleNo
review_statusNoReview status (integer). Authoritative values from BD admin: 0 = Pending (newly submitted, awaiting moderation - default for new reviews) 2 = Accepted (approved and visible on the member profile) 3 = Declined (rejected by admin - not publicly visible) 4 = Waiting for Admin (member pre-accepted, admin sign-off required) Value 1 is NOT a documented status - **but BD does NOT reject it. Passing `1` stores `"1"` verbatim with undefined render behavior.** Stick to the documented set. On create, default flow starts at 0.
rating_overallNo
rating_resultsNoOmitted on create -> BD stores 5 (server default), not null - send every category score you have.
rating_serviceNoOmitted on create -> BD stores 5 (server default), not null - send every category score you have.
rating_languageNoOmitted on create -> BD stores 5 (server default), not null - send every category score you have.
rating_responseNoOmitted on create -> BD stores 5 (server default), not null - send every category score you have.
rating_expertiseNoOmitted on create -> BD stores 5 (server default), not null - send every category score you have.
review_descriptionNo
Behavior4/5

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

Annotations already establish this is a write operation (readOnlyHint: false, idempotentHint: false). The description adds meaningful context: 'Writes live data,' explains the default review_status flow ('0 Pending -> admin review'), and warns about omitted rating fields defaulting to 5. It does not detail all side effects, hence not 5.

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 well-structured: purpose first, then usage guidance, required fields, parameter interactions, and a cross-reference. Every sentence provides distinct value; no fluff or repetition. It is compact despite covering many critical details.

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 13-parameter create tool with no output schema, the description plus schema form a complete picture. It covers use cases, required fields, key parameter interactions, default behaviors, and sibling relationships. The absence of an output schema is acceptable for a create operation.

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 62%, so the schema does substantial work. The description adds value by clarifying user_id ('the member being reviewed'), recommend ('0=No, 1=Yes'), and review_status semantics ('controls initial visibility'). It also highlights required parameters. This compensates for undocumented fields like review_title and review_description.

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 'Create a review - Create a new review record. Writes live data.', which clearly states the action (create) and resource (review record). It distinguishes from siblings by explicitly contrasting with updateReview ('See also: updateReview (modify existing)') and by clarifying that real member-submitted reviews go through the BD form, not this API.

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

Usage Guidelines5/5

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

The 'Use when:' section explicitly lists three appropriate scenarios (importing legacy reviews, placeholder/test data, external integration) and an exclusion: 'only use this API when bypassing that form.' It also points to updateReview for modifications. This is exemplary usage guidance.

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