Skip to main content
Glama
rushireddy143

customplanview MCP server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLANVIEW_SCOPESNoOptional comma-separated scopes sent to the API.
PLANVIEW_BASE_URLYesBase URL for your Planview tenant or API gateway.
PLANVIEW_API_TOKENYesBearer token used for read-only API requests.
PLANVIEW_API_VERSIONNoAPI version. Defaults to 2026-08.2026-08
PLANVIEW_PORTFOLIOS_PATHNoPortfolio route. Defaults to /api/portfolios./api/portfolios

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
planview_list_portfoliosC

List portfolios from Planview Portfolios Enterprise.

planview_get_portfolioB

Get one portfolio by its Planview identifier.

planview_search_portfoliosC

Search portfolios by a tenant-supported text query.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

The three tools have clearly distinct purposes: list all portfolios, get one by identifier, and search by text query. No two tools could reasonably be confused for the same operation, and the descriptions make the boundaries explicit.

Naming Consistency5/5

All tools follow the same predictable pattern: the planview_ prefix plus verb_noun (list_portfolios, get_portfolio, search_portfolios). The convention is consistent in both prefix and snake_case style.

Tool Count4/5

Three tools is a minimal but reasonable set for a portfolio-focused read surface. It is slightly under-scoped for a server named customplanview, which might be expected to cover more Planview entities.

Completeness3/5

The read surface for portfolios is fairly complete with list, get, and search, but there are no create, update, or delete operations. For a portfolio management domain, those missing lifecycle operations are a notable gap.

Maintenance

ActivityMaintained
ResponsivenessNo issues