Skip to main content
Glama
edkeric

Quote Collection MCP-Server

by edkeric

Batch Import Quotes

import_quotes

Batch import quotes with required tags for author, topic, and language to populate your collection.

Instructions

Import multiple quotes at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quotesYesArray of quotes to import
Behavior2/5

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

With no annotations provided, the description bears the full burden of explaining behavior. It only says 'Import multiple quotes at once' and does not disclose whether duplicates are handled, whether existing quotes are replaced, what validations occur, or what the operation returns. For a mutation/creation tool, this is a significant transparency gap.

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, efficient, front-loaded sentence with no filler or repetition. Every phrase earns its place, and the core action is clear from the start.

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

Completeness2/5

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

The tool inputs are simple, but no annotations, no output schema, and no behavior details mean the description alone does not fully prepare an agent. Missing context includes how duplicates are handled, whether an import is atomic, any validation rules, and what a successful import returns. This is below the minimum viable bar for a batched create operation.

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?

The schema already documents the quotes parameter as 'Array of quotes to import,' so the description adds no further parameter meaning. The nested required fields (text, author_tag, topic_tag, language_tag) have no individual descriptions, and the tool description does not clarify their semantics either, relying on their self-explanatory names.

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 a specific action ('Import') and resource ('multiple quotes at once'), which distinguishes it from its sibling add_quote by emphasizing batch operation. Even without naming the sibling, the purpose is obvious and unambiguous.

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 'multiple quotes at once' clearly signals that this tool is for batch imports rather than single additions, which is a clear usage context. However, it does not explicitly name alternatives like add_quote or mention when not to use it, so it stops short of a 5.

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