Skip to main content
Glama
Oleksandr-Kliuiev

poweroffice-mcp

PowerOffice connection and privileges

poweroffice_connection_info
Read-onlyIdempotent

Verify authentication and retrieve client subscriptions plus API privileges granted to your integration.

Instructions

Call GET /ClientIntegrationInformation to verify authentication and return the client subscriptions and API privileges granted to the configured integration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
apiBaseUrlYes
environmentYes
integrationYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so no contradiction exists. The description adds the endpoint and the returned data (subscriptions, API privileges), which is useful context, but it does not disclose details like error behavior or authentication failure semantics.

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?

The description is a single sentence that front-loads the exact HTTP verb and endpoint, then states the purpose and return value. There is no wasted language or redundant information.

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

Completeness5/5

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

For a no-input, read-only tool with rich annotations and an existing output schema, the description is complete enough to guide invocation. It names the endpoint, explains the purpose, and states what information is returned, which is sufficient for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters and the schema coverage is complete, so the description carries no parameter burden. A 0-parameter tool with an empty schema gets a baseline of 4; the description appropriately focuses on behavior and result rather than parameters.

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 ('Call GET /ClientIntegrationInformation') and the resource, plus the purpose: verifying authentication and returning client subscriptions and API privileges. It is clear and distinct in meaning, though it does not explicitly differentiate itself from the similarly named sibling poweroffice_configuration_status.

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?

The description implies the tool is used to verify authentication and check privileges, but it gives no explicit guidance on when to use it versus alternatives, nor any exclusion criteria. There is no mention of how this relates to poweroffice_configuration_status or when a connection check is appropriate.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Oleksandr-Kliuiev/poweroffice-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server