Skip to main content
Glama

dietbox_chat_messages

Read-onlyIdempotent

Read chat conversations in Dietbox. Actions: list (conversations, filter by patient/unread), messages (message history for patient).

[Flattened action: messages]

Bulk support: accepts patient_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
takeNo
unreadNo
accountNo
patient_idNo
patient_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, so description adds value by revealing two action types (list/messages) and bulk execution with patient_ids. This supplements the safety profile with operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is short but includes an unclear line '[Flattened action: messages]' that adds confusion. Information is front-loaded but could be more concise and jargon-free.

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?

Given 5 parameters, no output schema, and no enums, description covers overall purpose and main actions but lacks details on pagination, sorting, return format, and parameter specifics. The 'flattened action' remark is unhelpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, and description only partially compensates by mentioning 'filter by patient/unread' and 'patient_ids' for bulk. Parameters take, account, and patient_id are not explained, leaving gaps in understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description specifies verb 'Read' and resource 'chat conversations', and lists two distinct actions (list conversations and get messages), making the purpose clear. However, it does not differentiate from the sibling tool dietbox_chat_list, which likely has overlapping functionality.

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?

No explicit guidance on when to use this tool over alternatives like dietbox_chat_list or dietbox_chat_write. The description only states what it does, not when to choose it.

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.