Skip to main content
Glama
norman2112

Planview Portfolios Actions MCP Server

by norman2112

oauth_ping

Verify OAuth credentials and check authentication health for the Planview Portfolios Actions MCP server.

Instructions

[LOCAL — auth health check for this server's connection.]

Call secured ping to verify credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description indicates the tool is a read-only health check, but does not explicitly state safety (e.g., non-destructive). With no annotations, the agent must infer that 'ping' is safe. Additional details about rate limits or side effects would improve transparency.

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?

Two sentences, both front-loaded with the key context '[LOCAL — auth health check]' and the action 'Call secured ping.' No unnecessary words.

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

Completeness4/5

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

For a simple ping tool with no parameters and no output schema, the description provides sufficient context to understand its purpose and use. It could briefly mention the expected response (e.g., success/failure), but is otherwise adequate.

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 no parameters; the input schema is empty with 100% coverage. The description adds no parameter details, which is acceptable as there is nothing to add beyond the schema.

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 clearly states it is an 'auth health check' and instructs to 'Call secured ping to verify credentials.' This distinguishes it from sibling tools, which are all CRUD operations on tasks, projects, etc.

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 explicitly marks it as LOCAL and for auth health checking, implying it is used to verify the server's connection credentials. While no alternatives are mentioned, the context is clear given that no sibling tool serves a similar function.

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/norman2112/portfoliosMCP'

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