Skip to main content
Glama
ilhankilic

YaparAI MCP Server

by ilhankilic

chat_with_bot

Send messages to specialized chatbots and receive responses. Use list_chatbots to find available bots for different tasks, and optionally continue conversations with a conversation ID.

Instructions

Send a message to a YaparAI chatbot and get a response.

Each chatbot is specialized for different tasks (customer support, product recommendations, etc.). Use list_chatbots() to discover available bots. Provide conversation_id to continue a conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesChatbot slug (from list_chatbots results)
messageYesYour message to the chatbot
conversation_idNoOptional — continue an existing conversation

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, but the description implies a write operation (sending a message) and includes response. It does not detail side effects, auth requirements, or rate limits, but the behavior is straightforward.

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 sentences: first states purpose, second adds key context (specialization and continuation). Every sentence is essential and front-loaded.

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?

Tool is simple, and output schema exists (so return values are documented externally). Description covers prerequisites and continuation. Lacks mention of potential errors or bot availability, but overall sufficient.

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?

Input schema has 100% coverage with clear descriptions. Description adds minimal value beyond 'continue a conversation' and specialization remark. Baseline 3 is appropriate.

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?

Clearly states 'Send a message to a YaparAI chatbot and get a response,' specifying the verb (send), resource (chatbot), and outcome (get response). It distinguishes itself from sibling tools like list_chatbots (discovery) and read_conversation (reading).

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?

Provides explicit guidance to use list_chatbots() for discovering available bots and to provide conversation_id for continuing conversations. It does not specify when not to use, but the context is clear.

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/ilhankilic/yaparai-mcp'

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