Skip to main content
Glama
flowency-live

BNDY MCP Server

Official

create_artist

Add a new artist to BNDY only after confirming no existing match; the entry is flagged for AI manual review.

Instructions

Create a new artist in BNDY (with AI review flags). Only use if search_artist found no matches. Artist will be flagged for manual review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesArtist name
artistTypeYesType of artist
locationYesArtist location (city or region, e.g., "North East", "Manchester", "London")
locationTypeNoLocation type: "city" for specific city/town (with coordinates), "regional" for wider area like "North East UK"
bioNoArtist biography
profileImageUrlNoOptional profile image URL. If external, Lambda will download and upload to S3 for permanent storage.
genresNoOptional array of music genres
facebookUrlNoOptional Facebook URL
instagramUrlNoOptional Instagram URL
spotifyUrlNoOptional Spotify URL
externalIdsNoExternal system references for cross-referencing (optional)
Behavior4/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It adds that the artist will be flagged for AI review, which is key behavioral context. However, it does not mention any specific permissions needed, rate limits, or the exact creation process, though the core behavior is adequately described.

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 three short sentences, front-loaded with the primary purpose and critical usage condition. No extraneous information is included; every sentence adds value.

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 the complexity (11 parameters, no output schema), the description covers the key caveat (manual review) and usage prerequisite. It does not explain return values or error handling, but for a creation tool with such detailed schema, the description is sufficiently complete for an agent to use it correctly.

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 coverage is 100%, so the baseline is 3. The description does not add additional parameter-level information beyond what is already in the schema. The schema itself provides detailed descriptions for all parameters, so the tool description does not need to repeat them.

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 action ('Create a new artist') and the resource ('in BNDY'). It distinguishes from siblings like 'search_artist' by specifying that this tool should only be used if no matches are found, which also differentiates from 'edit_artist'.

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 description explicitly provides a usage condition: 'Only use if search_artist found no matches.' This gives clear guidance on when to use this tool versus alternatives, and also mentions the consequence ('Artist will be flagged for manual review').

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/flowency-live/bndy-MCP'

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