Skip to main content
Glama

chat_with_sally

Sally skill ($0.003/call)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
healthNoIf true, the agent personalises using the calling user's saved health context (lab results, CGM, sleep, vitals). Defaults to false (knowledge-only).
messageYes
languageNoBCP-47 short code (e.g. 'en', 'id'). Omit for auto-detect from the message.
knowledgeNoSally's knowledge brain — 'medical' for evidence-based clinical sources, 'tcm' for Traditional Chinese Medicine.tcm

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedInput schema / properties / health / description
      Previous value: -"If true, the agent personalises with the calling user's mem0, lab results, CGM, sleep, vitals. Defaults to false (knowledge-only)."New value: +"If true, the agent personalises using the calling user's saved health context (lab results, CGM, sleep, vitals). Defaults to false (knowledge-only)."
  2. Changed1 schema field changed
    • removedInput schema / $schema
      Removed value: -"http://json-schema.org/draft-07/schema#"
  3. First observed

TDQS

D1.3/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states a per-call price, and says nothing about how the chat behaves, whether it uses personal health context, what data it accesses, or what side effects might occur.

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

Conciseness2/5

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

The description is very short, but it is under-specified rather than genuinely concise. 'Sally skill' adds no information beyond the name, and the only useful content is the pricing note.

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

Completeness1/5

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

With no output schema, no annotations, and a one-phrase description, an agent lacks essential context about expected behavior, return format, and use cases. The schema alone is not enough to safely and correctly select this tool.

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?

The description adds no parameter meaning beyond the input schema. The schema already documents health, language, and knowledge with descriptions; the one required parameter, message, has no description, and the tool description does not compensate for that gap.

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

Purpose1/5

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

The description is only 'Sally skill ($0.003/call)', which essentially restates the tool name without a verb, action, or resource. It does not explain that this is a chat/conversation tool or how it differs from siblings like search_health_knowledge or health_insights.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus its alternatives. An agent is given no context for choosing chat_with_sally over analyze_lab_result, lookup_food, or other sibling tools.

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