Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

chat

Send a message to the JobJourney AI assistant to get career advice, job search tips, or general help. Use a conversation ID to continue an existing discussion.

Instructions

Send a message to the JobJourney AI chatbot for career advice, job search tips, or general help.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesThe message to send to the chatbot
conversation_idNoConversation ID for continuing a chat

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. It says nothing about whether the chat is stateful, how conversation_id affects context, credit/rate-limit costs, latency, or what the caller gets back. For a conversational tool with zero annotation coverage this is a substantial gap.

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 action and resource first and the qualifying topic list second; there is no filler. It is appropriately sized, though it trades brevity for the absence of the behavioral detail noted above.

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?

With only two parameters, no annotations, and no output schema, the description is only minimally complete. It omits how the reply is returned and whether context persists across calls, information an agent needs to chain a multi-turn conversation correctly.

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 both message and conversation_id are already documented in the schema. The description adds no extra semantics beyond what the schema provides (e.g., how conversation_id should be obtained or what happens if it is omitted), so the baseline 3 applies.

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 (Send) and resource (message to the JobJourney AI chatbot) plus the scope of topics it covers (career advice, job search tips, general help). It is clear on its own, but it does not distinguish itself from the many chat-sounding siblings such as send_coffee_chat_message or send_coffee_chat_request, so an agent has no explicit signal for when this AI chatbot differs from those.

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?

The topic list (career advice, job search tips, general help) implies when the tool is appropriate, but there is no explicit when-to-use/when-not guidance and no named alternative among the sibling tools. Usage must be inferred from the subject matter rather than stated.

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