Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

update_coffee_profile

Create or update your coffee chat profile to make yourself available for networking, setting your headline, bio, industry, and topics you can help with.

Instructions

Create or update the user's coffee chat profile to make themselves available for networking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioNoShort bio about yourself
headlineNoProfessional headline
industryNoYour industry (e.g., 'Technology', 'Finance')
help_topicsNoTopics you can help with (e.g., ['resume review', 'career advice'])
is_availableNoWhether you're available for coffee chats (default: true)
years_experienceNoYears of professional experience

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?

With no annotations, the description carries the full behavioral burden, yet it discloses almost nothing: no auth/permission requirements, no statement of whether it merges with or replaces existing profile fields, and no indication of what happens to unspecified fields. The phrase 'make themselves available for networking' hints at an effect but is not a behavioral contract.

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 the verb and resource stated first. Minor redundancy in the trailing purpose clause ('to make themselves available for networking'), but no waste that harms readability.

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

Completeness2/5

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

For a mutation tool with six parameters, zero annotations, and no output schema, the description is too thin. It never explains upsert semantics, whether all fields are optional-by-default (the schema requires none), or what a caller should send to just toggle availability. An agent lacks enough context to invoke it confidently.

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 six parameters (bio, headline, industry, help_topics, is_available, years_experience) are already fully documented in the schema. The description adds no additional meaning beyond that. Baseline 3 applies when the schema does the heavy lifting.

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 (create/update) and a precise resource (the user's coffee chat profile), which is distinguishable from the general profile tools (update_profile_basic, update_full_profile) and the coffee-chat read tools. It does not explicitly route against siblings, but the resource naming is specific enough for an agent to pick it apart from get_my_coffee_profile or delete_coffee_profile.

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 indication of when to use this versus alternatives such as update_full_profile or get_my_coffee_profile, and no prerequisites are stated. There is no when-not guidance and no mention of reading an existing profile first. The agent is left to infer usage from the name alone.

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