Skip to main content
Glama
Band-Aid

Pendo Ontology MCP Server

by Band-Aid

ingest_pendo_payload

Ingest raw results from any Pendo MCP tool, normalize their structure, and merge them into the ontology with automatic kind inference.

Instructions

EASIEST way to store Pendo objects: pass a RAW result from a Pendo MCP tool (listCountables, listProductAreas, segmentList, searchEntities, list_all_applications…) exactly as returned — array, wrapper object, or JSON string — and it is normalized and merged into the ontology. Provide kind as the default for items that carry no kind field (product areas and segments are bare {id,name}); per-item evidence (elementPathRules → feature, url → page, explicit type fields, kind-named wrapper keys like "features") overrides it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoDefault kind for items without their own kind evidence. REQUIRED in practice for listProductAreas / segmentList output.
appIdNoappId to stamp on items that lack one.
payloadNoThe raw Pendo MCP tool result: an array of items, an object wrapping arrays, or a JSON string of either.
Behavior4/5

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

With no annotations, the description carries the burden. It discloses normalization and merging behavior, explains how default kind is applied and overridden by per-item evidence. Missing details on merge semantics (e.g., overwrite vs. append) but the core behavior is well described.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but focused. It front-loads the main idea and uses examples to clarify. The phrase 'EASIEST' is slightly promotional but the content is informative without being bloated.

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 tool with no output schema and no annotations, the description covers input formats, parameter behavior, and merge logic well. It does not describe return values or error handling, but the primary ingest purpose is adequately addressed.

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?

Schema coverage is 100%, but the description adds meaningful context: explains that `kind` is a default for items lacking kind evidence, `payload` can be array/wrapper/JSON string, and `appId` is stamped. This goes beyond the schema's static descriptions.

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's function: ingest raw Pendo MCP tool results and normalize/merge them into the ontology. It enumerates specific source tools and input formats, and the distinction from siblings like 'sync_from_pendo' is implicit by focusing on raw payload ingestion.

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?

Provides explicit usage context: pass raw Pendo MCP results, and indicates when `kind` is required (for product areas and segments). It does not explicitly contrast with alternative tools like sync_from_pendo, but the examples and instructions give clear practical guidance.

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