Skip to main content
Glama

Framezone

Create quote

create_quote

Save a quote with author and optional book link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe quote text
tagsNoTags
authorNoWho said/wrote it
sourceNoSource (book title, speech, etc.)
book_idNoLink to a book by ID
is_favoriteNoMark as favorite

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false, so the mutating nature is covered by structured data. The description adds no further behavioral context, such as duplicate handling, return value, or side effects, but it is accurate and does not contradict the annotations.

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 a single front-loaded sentence with no filler. 'Save a quote' immediately states the action, and the optional-book-link detail is useful without bloating the text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema covers every parameter and the annotations cover the safety profile, making this minimally complete for a straightforward create tool. However, the description does not address success/failure behavior, duplicate quotes, or what happens if the book_id is invalid, so it is adequate but not rich.

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 100%, so the schema already documents all six parameters. The description mentions 'author and optional book link,' but it does not add meaning beyond what the schema already states; the baseline of 3 applies.

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 uses a specific verb–resource pair ('Save a quote') and adds a distinguishing detail ('optional book link'). Sibling tools such as list_quotes make it clear this is the creation tool, so an agent can tell it apart from read-only alternatives.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives. It does not mention list_quotes or any exclusion conditions, and it provides no context such as 'use this when you want to add a new quote.' The usage is only implied by the name and verb.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources