get_session
Retrieve details of a specific Harmonica deliberation session by providing its session ID.
Instructions
Get details of a specific Harmonica session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID (UUID) |
Retrieve details of a specific Harmonica deliberation session by providing its session ID.
Get details of a specific Harmonica session
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID (UUID) |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It only says 'Get details', which conveys a read-only action but adds little beyond the tool name. It does not disclose return format, error behavior, permissions, or scope of details, leaving significant ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no unnecessary words. It earns its place by stating the tool's core function, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and no output schema, but the description is vague about what 'details' includes. Without an output schema, the description should clarify the scope of returned information to be fully complete, but the basic purpose is clear.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already fully documents the only parameter, session_id, as a required UUID string with 100% description coverage. The description adds no additional parameter semantics, but the schema covers the necessary meaning, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'Get details of a specific Harmonica session', using a specific verb and resource. While it does not explicitly mention alternatives, the word 'specific' implies retrieval of a single session versus listing, which distinguishes it from sibling list_sessions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'specific session' implies use when a single session's details are needed, providing some context. However, no explicit guidance is given about when not to use it or which alternatives (list_sessions, search_sessions) might be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/harmonicabot/harmonica-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server