Skip to main content
Glama
macsplit

HPR Knowledge Base MCP Server

by macsplit

search_transcripts

Read-only

Search episode transcripts using phrases, multiple terms with AND/OR matching, and optional host filters.

Instructions

Search through episode transcripts using phrases or multiple terms with AND/OR matching and optional host filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch phrase to find in transcripts. Combine with terms/matchMode for advanced searches.
termsNoExplicit list of terms to search for; useful when pairing with matchMode "any" or "all".
matchModeNoHow to interpret the query/terms. "phrase" (default) matches the phrase exactly, "any" matches if any term is present, "all" requires every term.
limitNoMaximum number of episodes to return (default: 20)
contextLinesNoNumber of lines of context around matches (default: 3)
hostIdNoRestrict matches to a given host ID.
hostNameNoRestrict matches to hosts whose name contains this value.
caseSensitiveNoPerform a case-sensitive search (default: false).
wholeWordNoMatch whole words only (default: false).
maxMatchesPerEpisodeNoMaximum number of excerpt matches to include per episode (default: 5).
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating safe read behavior. The description adds no further behavioral traits (e.g., return format, pagination, rate limits). It does not contradict annotations.

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?

Single sentence front-loads the primary action. No redundant information, but could be slightly more structured with bullet points or separation of concerns.

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

Completeness3/5

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

For a tool with 10 parameters, no output schema, and annotations present, the description adequately covers the core functionality but omits return format, ordering, and pagination details. It's minimally sufficient for a qualified agent with good schema descriptions.

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 coverage is 100%, so baseline is 3. The description adds minimal narrative linking query/terms/matchMode to 'phrases or multiple terms with AND/OR matching' and 'host filters' to hostId/hostName, but does not explain syntax or defaults beyond what schema states.

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 searches episode transcripts, mentions phrase/term matching with AND/OR logic and host filters. It distinguishes from siblings like get_episode (single episode) and search_episodes (likely episode-level metadata) by focusing on transcript content.

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

Usage Guidelines3/5

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

The description implies when to use (for transcript text search) but does not explicitly contrast with alternatives like search_episodes or mention when not to use. No exclusion criteria or usage context beyond the basic 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/macsplit/hpr-knowledge-base'

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