Skip to main content
Glama

Hey365 health check

hey365_health

Verify Microsoft 365 connection, authentication, permissions, and timezone settings for the MCP server. Ensures the server can access Outlook, Teams, and calendar to manage pending conversations.

Instructions

Work IQ 接続・認証・読み取り/書き込み権限・タイムゾーンを確認する。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deepNoOutlook / Teams / Calendar の到達性も確認する

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. The verb '確認する' implies a read-only diagnostic, and the listed checks add useful behavioral context. However, it does not explicitly state that no data is modified, whether external services are contacted, or what happens on failure.

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

Conciseness5/5

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

One short, front-loaded sentence that states the tool's entire purpose with no filler. Every word contributes meaning, and the optional parameter detail is left to the schema where it belongs.

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 tool with one optional boolean parameter, the definition is reasonable. Still, with no output schema and no annotations, it does not explain the return shape, success/failure indicators, or that the check is non-mutating, leaving some ambiguity for an agent invoking it.

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%: the single optional 'deep' parameter is fully documented in the schema, including its effect on Outlook/Teams/Calendar reachability. The tool description adds nothing beyond this, 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('確認する' / check) and names the exact resource scope: Work IQ connection, authentication, read/write permissions, and timezone. This clearly distinguishes it from sibling tools like hey365_send or hey365_setup, making the health-check purpose unmistakable.

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 health-check purpose makes it inferable when to use the tool: when verifying connectivity, auth, permissions, or timezone. However, there is no explicit guidance about when not to use it or which sibling tool (e.g., hey365_setup) should be used instead, so routing is left mostly to inference.

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