Transistor.fm
Manage Transistor shows, episodes, subscribers, analytics, and podcast webhook workflows.
Tools
| Name | Description |
|---|---|
list_showsList shows available to the API key. | List shows available to the API key. |
get_showRetrieve a single Transistor show by ID or slug. | Retrieve a single Transistor show by ID or slug. |
list_episodesList podcast episodes, optionally filtered by show, status, and search query. | List podcast episodes, optionally filtered by show, status, and search query. |
get_episodeRetrieve a single Transistor episode. | Retrieve a single Transistor episode. |
create_episode_draftCreate a new draft episode for a Transistor show. | Create a new draft episode for a Transistor show. |
update_episode_metadataUpdate safe metadata fields for a Transistor episode. Publishing is handled by Transistor separately and is intentionally not included. | Update safe metadata fields for a Transistor episode. Publishing is handled by Transistor separately and is intentionally not included. |
list_subscribersList private podcast subscribers for a Transistor show. | List private podcast subscribers for a Transistor show. |
get_show_analyticsGet daily download analytics for a Transistor show. | Get daily download analytics for a Transistor show. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('transistor', 'list_shows', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'transistor',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Transistor.fm to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Transistor.fm support?
Transistor.fm supports 8 tools including List Shows, Get Show, List Episodes, Get Episode, Create Episode Draft, and more.
Can I use Transistor.fm with AI agents?
Yes. Add Transistor.fm to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Transistor.fm be used in stateful agent workflows?
Yes. Agents can combine Transistor.fm tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Transistor.fm use?
Transistor.fm uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Transistor.fm integration cost?
The Transistor.fm integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Transistor.fm in minutes
Get 20,000 free action executions every month. No credit card required.