Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

get_coffee_chat_requests

Retrieve sent or received coffee chat requests to track networking outreach and incoming invitations.

Instructions

Get the user's coffee chat requests - either sent or received.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionNoWhether to get sent or received requests (default: sent)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.2.5

TDQS

B3.2/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 behavioral burden, yet it discloses nothing beyond the basic read intent. It omits whether results are paginated, sorted, filtered by auth scope, or what the response contains.

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 front-loaded sentence with no filler or redundancy. It is efficient, though it is arguably too terse to carry the missing usage and 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 simple single-parameter read tool with no output schema, the description is minimally sufficient. However, with no annotations and multiple coffee-chat siblings, it should say more about scope and how it differs from related read tools.

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?

Schema description coverage is 100%, so the direction parameter, its enum, and default are already fully documented in the schema. The description merely restates the same 'sent or received' choice, adding no syntax or behavioral detail beyond it.

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?

The description states a specific verb (Get) and resource (the user's coffee chat requests) and clarifies the scope with 'either sent or received'. It is clear on its own, but it does not distinguish itself from related siblings such as get_coffee_chat_messages, get_coffee_chat_stats, or generate_coffee_chat_suggestions.

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

Usage Guidelines3/5

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

Usage is implied by the retrieval framing, but there is no explicit when-to-use guidance and no mention of alternatives. With several coffee-chat siblings, an agent gets no help deciding between this tool, get_coffee_chat_messages, and get_coffee_chat_stats.

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