Skip to main content
Glama
phillipboesger

Polarion MCP Server

get_sdk_documentation

Retrieve PDF documentation for the Polarion SDK, including admin help, deployment guide, feature matrix, REST API guide, and scripting guide.

Instructions

Retrieves SDK documentation PDF files from the local sdk/ directory. Available documents: admin-user-help (Administrator and User Help), deployment-guide (Deployment and Maintenance Guide), feature-matrix (Polarion Feature Matrix), rest-api-guide (REST API User Guide), scripting-guide (Scripting Guide and Examples).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentIdNoThe document ID to retrieve. Options: 'admin-user-help', 'deployment-guide', 'feature-matrix', 'rest-api-guide', 'scripting-guide'. Defaults to 'rest-api-guide' if not specified.
Behavior4/5

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

No annotations are provided, but the description accurately describes the tool as retrieving PDFs, implying a read-only operation. It does not detail any side effects, but given the simplicity, transparency is adequate.

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, well-structured sentence that front-loads the purpose and lists options concisely. No unnecessary words.

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 simple retrieval tool with one optional parameter and no output schema, the description provides all necessary information: source directory, document IDs, and display names.

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

Parameters5/5

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

The description adds human-readable names for each document ID, complementing the enum values in the schema. With 100% schema coverage, it enriches the meaning beyond the schema alone.

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?

Description clearly states it retrieves SDK documentation PDFs from a local directory and lists specific documents. It is a specific verb+resource combination and distinguishes itself from sibling tools by its unique function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly indicates when to use (when needing SDK docs) but lacks explicit guidance on when not to use or alternatives. However, its specificity makes usage clear.

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/phillipboesger/polarion-mcp'

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