Skip to main content
Glama

create_member

Create a new Ghost member using an email address. Optionally add a name, note, labels, and subscribe to newsletters.

Instructions

Create a member from an email address.

Only email is required; the member is created as a free member. labels are given as names (created if new); newsletter_ids subscribe the member to those newsletters (get the ids from list_newsletters). Creating a member sends no email. Returns the created member's summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional display name.
noteNoOptional internal note (max 2000 chars).
emailYesThe member's email address (required).
labelsNoOptional label names to attach.
newsletter_idsNoOptional newsletter ids to subscribe the member to.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses that member is created as free, labels are created if new, subscribing to newsletters, and that no email is sent. It does not mention auth requirements or side effects, but is fairly transparent for a create operation.

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 concise (two sentences plus a bullet-like list) and front-loaded. Every sentence provides essential information without redundancy.

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 5 parameters (1 required) and the existence of an output schema (which explains return values), the description is complete enough. It covers key aspects like required field, optional parameters, and side effects (no email sent).

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 100%, but the description adds value beyond the schema by explaining that labels are given as names (created if new) and that newsletter_ids need to be obtained from list_newsletters. This aids parameter understanding.

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 verb 'Create' and the resource 'member from an email address'. It distinguishes from siblings like update_member and list_members by specifying the creation action.

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 explains that only email is required, and provides context for optional parameters (labels as names, newsletter_ids from list_newsletters). It also mentions no email is sent, guiding usage. However, it does not explicitly state when not to use or provide alternatives.

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/stemcreations/ghost-mcp'

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