Skip to main content
Glama

Search Egleze moments

search_moments
Idempotent

Search Egleze for attribution-verified public podcast moments by keyword, topic/category, and/or date range. Returns Egleze-written headlines and short summaries with canonical links. Does not return full transcripts or quotes. Records privacy-safe operational telemetry for reliability and aggregate usage measurement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-50)
queryNoKeyword(s) to match in the headline/summary, e.g. "AI safety"
sinceNoISO date (YYYY-MM-DD); only moments on/after this date
untilNoISO date (YYYY-MM-DD); only moments on/before this date
categoryNoFilter by Egleze topic/category, e.g. "AI & Tech"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
errorNo
momentsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool as idempotent and non-destructive. The description goes further by disclosing that full transcripts or quotes are not returned, and that telemetry is recorded for operational reliability – useful behavioral expectations beyond the structured annotations. No contradiction with annotations.

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?

Three sentences with no filler. The first sentence front-loads the core action and scope, the second clarifies output limitations, and the third addresses side effects. Every sentence earns its place.

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

Completeness5/5

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

With an output schema present and zero required parameters, the description is complete: it states what is searched, what is returned, what is excluded, and the telemetry side effect. An agent has all the context needed to invoke this tool correctly without further inference.

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 the schema fully documents all five parameters. The description mentions keyword, topic/category, and date range, which maps to query, category, since, and until, but adds no syntax or format details beyond the schema. Baseline 3 is appropriate.

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 uses a specific verb ('Search') and a specific resource ('Egleze ... public podcast moments'), and further specifies the search dimensions (keyword, category, date range). It clearly distinguishes from siblings like get_episode_summary and list_categories by focusing on moments rather than summaries or catalog listings.

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 clearly implies the intended use: search for moments by keyword, category, and/or date range, with output limited to headlines and summaries. It doesn't explicitly name alternatives or state when not to use it, but the context is clear enough for an agent to select it over siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources