Skip to main content
Glama

Server Details

Search, draft and manage your podcast workspace from your agent.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Squared-Lemons-Ltd/podmule-plugin
GitHub Stars
0
Server Listing
PodMule MCP Server

Available Tools

3 tools
ask_podmuleask_podmuleA
Read-only
Inspect

Ask PodMule for a concise read-only domain answer or an advisory route plan. Use this for quick questions, summaries, diagnostics, drafting, "what should I do?" prompts, and ambiguous action requests. This tool never performs writes. For exact capability contracts use search; for one selected action (read or write) use execute.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextNo
requestYes
response_formatNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
errorNo
linksNo
routeNo
answerNo
statusYes
citationsNo
suggested_actionsNo

TDQS

A4.6/5.0
Behavior4/5

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

The description states 'This tool never performs writes,' which is consistent with the annotations readOnlyHint=true and destructiveHint=false. It goes beyond the annotations by characterizing the nature of responses (concise, advisory) and noting it covers 'ambiguous action requests,' which implies it may return a route plan rather than executing actions. This adds value beyond the structured data without contradicting it.

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, tightly packed with useful information. It front-loads the core purpose and immediately follows with use cases and sibling differentiations. No filler or redundant phrasing; every sentence earns its place.

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?

Given the tool's advisory nature, the description is sufficient: it clarifies read-only behavior, specifies use cases, and points to siblings. The presence of an output schema reduces the need to describe return values. However, it could briefly mention that the 'request' parameter should be a natural-language prompt or a specific format expectation, but the 'advisory' framing implies this. For a simple tool with clear annotations and output schema, this is nearly complete.

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?

With schema description coverage at 0%, the description must compensate for parameter meaning. While it doesn't detail each parameter, it conveys the overall intent: 'request' is the main prompt, 'response_format' determines output type (answer, route_plan, json), and 'context' provides optional scoping. The description's use of 'advisory route plan' implies that response_format='route_plan' is for guidance. However, it could be more explicit about how 'context' parameters are used, but the high-level purpose is clear.

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 purpose: to 'Ask PodMule for a concise read-only domain answer or an advisory route plan.' It lists specific use cases (quick questions, summaries, diagnostics, drafting, advisory prompts) and distinguishes itself from siblings by noting it does not perform writes, unlike execute. This is a specific verb+resource with clear differentiation.

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 for quick questions, summaries, diagnostics, drafting, "what should I do?" prompts, and ambiguous action requests.' It also gives exclusions: 'For exact capability contracts use search; for one selected action (read or write) use execute.' This clearly states when to use this tool versus alternatives and includes what not to use it for.

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

executeexecuteAInspect

Execute one OAuth-visible PodMule capability. Reads run directly. Modern MCP 2026 clients with MRTR support may preview and affirm the allowlisted update_episode pilot; legacy clients and every other MCP write remain read-only. Dangerous writes are always blocked — do those in the PodMule app. Use ask_podmule for ambiguous requests and search for exact schemas.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
inputNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
errorNo
linksNo
resultNo
statusYes
invocation_idNo
writes_enabledYes

TDQS

A3.5/5.0
Behavior4/5

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

Adds substantial behavioral context beyond the annotations: reads run directly, the MRTR preview-and-affirm path for update_episode, legacy clients staying read-only, and dangerous writes being blocked. This explains the safety model and execution semantics meaningfully. No contradiction — readOnlyHint=false (writes possible) and destructiveHint=false (no destructive ops, aligning with 'dangerous writes always blocked') are both consistent with the text.

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?

Three dense sentences with the core purpose front-loaded ('Execute one OAuth-visible PodMule capability') and every sentence adding value — read behavior, pilot write path, dangerous-write policy, sibling routing. No filler, but the prose is jargon-heavy (MRTR, allowlisted, OAuth-visible) which slightly burdens comprehension per sentence.

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?

The presence of an output schema relieves it of describing return values, and it robustly covers the safety/write model and sibling routing. Yet the central gap remains: the actual capability set is never enumerated and input structure is left to the search tool. For a generic dispatch tool with a nested-object input and no enums, an agent still needs significant external discovery before calling it safely, so completeness is adequate but not full.

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?

With 0% schema description coverage, the description must compensate for the 2 parameters but does so only indirectly. 'name' is hinted at via the update_episode pilot example and 'capability,' and 'search for exact schemas' points the agent to discover inputs elsewhere. It never explicitly defines what 'input' should contain or lists valid name values, leaving the agent reliant on external tooling rather than the definition itself.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a verb ('Execute') and a resource ('one OAuth-visible PodMule capability'), moving beyond a tautology. However, the purpose is vague — the set of available capabilities is never enumerated, and 'name' has no enums or schema guidance. It does partially differentiate from siblings by routing ask_podmule to ambiguity and search to schemas, but the core scope remains undefined for an agent trying to decide what it can actually invoke.

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 gives explicit routing conditions: 'Use ask_podmule for ambiguous requests and search for exact schemas' names both alternatives and their triggers, and 'Dangerous writes are always blocked — do those in the PodMule app' states a clear when-not. The MRTR-pilot condition adds a client-dependent caveat. Only minor gap: it never states an explicit 'use execute when you have a concrete, allowlisted capability name' condition, though that is strongly implied.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedask_podmule
    • First observedexecute
    • First observedsearch

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to search millions of podcasts, read and search episode transcripts with timestamps and speakers, and access chapters, soundbites, Podcasting 2.0 tags, value-for-value data, feed health, and index statistics through 36 tools.
    36
    0
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Fetch podcast transcripts as clean Markdown with real speaker names via the Spoken API. Tools: search_podcasts, get_transcript, get_balance.
    3
    79
    4
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: ask_podmule for read-only advisory responses, execute for running capabilities, and search for discovering exact schemas. The descriptions explicitly clarify boundaries and even recommend which tool to use in different scenarios, eliminating ambiguity.

Naming Consistency3/5

The names are all action-oriented but inconsistent in structure: 'ask_podmule' combines verb and noun, while 'execute' and 'search' are single verbs. There is no uniform verb_noun pattern, though the names remain simple and readable.

Tool Count4/5

With only three tools, the set is minimal but well-suited for a meta-server that wraps many underlying capabilities. The low count is justified by the gateway pattern, though it sits at the lower boundary of typical scope.

Completeness5/5

The triad of ask, search, and execute covers the complete lifecycle for interacting with PodMule capabilities: discover, understand, and act. There are no apparent dead ends or missing actions within the intended domain.