Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

generate_coffee_chat_suggestions

Generate personalized coffee chat introduction messages from a person's profile to help you start networking conversations with clarity.

Instructions

Use AI to generate personalized coffee chat introduction messages based on a person's profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiver_idYesThe user ID of the person you want to chat with

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.2.5

TDQS

C2.9/5.0
Behavior2/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. 'Use AI to generate' hints that output is model-generated and personalized, but nothing says whether anything is persisted, whether it consumes quota/credits, how long it takes, or how many suggestions come back.

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

Conciseness4/5

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

A single tight sentence with the key qualifiers (AI, personalized, chat introduction messages) front-loaded. Nothing wasted, though it is arguably terse given the missing behavioral context.

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?

For a one-parameter generation tool this is minimally adequate, but with no output schema the agent has no idea what the return value looks like (a list of message texts? a single draft?) and no annotations to fall back on. The generation/non-persistence semantics are left unspecified.

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?

Only one parameter and schema description coverage is 100%, so the schema already explains receiver_id. The phrase 'based on a person's profile' adds a small amount of meaning about how the ID is used, but no format or lookup guidance beyond the schema.

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?

States a specific verb ('generate') and resource ('coffee chat introduction messages') with the AI and personalization angle made explicit. It is distinguishable from send_coffee_chat_request/send_coffee_chat_message by the word 'suggestions', but the description never names or contrasts those siblings.

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 when-to-use guidance, no prerequisites, and no mention of how this fits with send_coffee_chat_request, which is the obvious next step after receiving suggestions. The agent must infer the workflow entirely.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools