Skip to main content
Glama
babosina

LibraryMCP

by babosina

register_member

Register a new library member by submitting a name and a unique email address.

Instructions

Registers a new library member with a name and email address. Email must be unique.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations present, the description carries the full behavioral burden. It discloses that this is a creation operation and adds the important constraint that email must be unique, which signals duplicate emails will likely cause failure. It does not detail error formats or auth requirements, but the disclosed constraint is a meaningful behavioral trait.

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?

Two short sentences with no wasted words. The core action and the key constraint are front-loaded, making it easy for an agent to scan and act on.

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?

For a simple two-parameter registration with an output schema already available, the description covers the essential elements: operation, inputs, and a key constraint. It could be slightly richer by mentioning what happens on duplicate email, but overall it is sufficiently complete for this tool's complexity.

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 description coverage is 0%, so the description must compensate. It adds meaning to both parameters: 'name' is the member's name, and 'email' is the member's email and must be unique. This is helpful but does not explain formats, normalization, or duplicate-handling behavior beyond uniqueness.

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 ('registers'), the resource ('a new library member'), and the required inputs (name and email). It naturally distinguishes itself from the sibling member tools like list_members, get_member, and delete_member.

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 phrase 'registers a new library member' gives clear context for when to use this tool: adding a new member to the library. It does not explicitly mention alternatives or exclusions, but the intended use is unambiguous enough for an agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/babosina/libraryMCP'

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