Skip to main content
Glama
edkeric

Quote Collection MCP-Server

by edkeric

Add Quote

add_quote

Add a new quote to your personal collection by providing its text, author, topic, and language for later categorization and retrieval.

Instructions

Add a single new quote to the collection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe quote text itself
topic_tagYesTopic/category, e.g. 'motivation', 'love'
author_tagYesWho said or wrote the quote
language_tagYesLanguage of the quote, e.g. 'English', 'German'
Behavior3/5

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

There are no annotations, so the description carries the full burden. It clearly states the core effect — adding a quote to the collection — but it does not disclose behavior around duplicates, tag validation, or what happens upon success.

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. Every word is functional, and it avoids re-listing schema properties.

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 add operation with fully described required parameters and no output schema, this is mostly complete. It could still mention duplicate behavior or a successful response, but the basic context is sufficient for an agent to invoke 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 description coverage is 100%, and each parameter already has a meaningful description with examples. The tool description adds no additional parameter-level detail, so it sits at the schema-driven baseline.

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 names a specific verb and resource: 'Add' a 'single new quote'. The word 'single' clearly contrasts with the sibling import_quotes, and the collection context makes the target explicit. This is enough for an agent to select the tool confidently.

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

Usage Guidelines3/5

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

The description implies this is for adding one quote at a time, which differentiates it from import_quotes, but it does not explicitly state when to prefer this tool over alternatives. No exclusions or if-then routing guidance is provided.

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/edkeric/mcp-quote-server'

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