Skip to main content
Glama
Band-Aid

Pendo Ontology MCP Server

by Band-Aid

get_entity_catalogue

Retrieve a filterable catalogue of registered entities to find entity IDs for linking business concepts to measured features. Search by name, kind, or product area.

Instructions

The registered-entity catalogue (features grouped by product area), filterable and paginated. Use this to pick entity ids when linking a concept to what it measures ("map on meaning, not just literal words"). Prefer search/kind filters over paging through everything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNoRestrict features to one product area (name substring).
kindNoRestrict to one kind.
limitNoMax entities to return.
offsetNoEntities to skip (pagination).
searchNoCase-insensitive substring on entity name.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the catalogue is filterable and paginated, and that it returns features grouped by product area. It also warns against paging through everything. However, it does not explicitly state that the operation is read-only or describe the response shape, so a small gap remains.

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 two sentences long, front-loads the core definition, and provides actionable guidance without fluff. Every word earns its place, including the parenthetical emphasis on mapping by meaning.

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 read-only listing tool with 5 optional parameters and no output schema, the description provides sufficient context: purpose, filters, pagination, and usage strategy. It does not describe the exact return fields, but that is not strictly necessary for tool selection and invocation.

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%, so baseline is 3. The description adds strategic advice about preferring search/kind filters but does not explain individual parameters beyond what the schema already provides. It adds some context about entities being features grouped by product area, but not enough to raise the score.

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 the tool returns a catalogue of registered entities grouped by product area, with filtering and pagination. It also specifies a concrete use case (picking entity IDs when linking concepts to measured meanings), which distinguishes it from sibling tools like lookup_ontology or get_concept.

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

Usage Guidelines5/5

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

Explicit guidance is provided: 'Use this to pick entity ids when linking a concept to what it measures' and 'Prefer search/kind filters over paging through everything.' This tells the agent when to use the tool and the appropriate strategy, fulfilling the dimension well.

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/Band-Aid/pendo-ontology-mcp'

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