savedthat
Server Details
Search your saved videos by what was said. YouTube, Reels, and TikTok transcripts. Read-only.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 2 of 2 tools scored.
The two tools are entirely distinct: one provides product overview information, the other retrieves a video transcript. There is no overlap in purpose, input, or output, so an agent can easily select the right tool.
Both tools follow a consistent `get_` prefix paired with a clear object noun (`product_info`, `public_transcript`). The naming pattern is uniform and predictable.
With only 2 tools, the server feels minimal and thin. Each tool is useful and covers a distinct need, but the overall surface is borderline for a product-specific server.
The server only covers product information and a partial public transcript lookup. It lacks user-specific operations such as saving videos, listing saved items, accessing full transcripts, or managing account data, so significant portions of the domain are absent.
Available Tools
2 toolsget_product_infoAInspect
Get an overview of SavedThat: what it does, supported platforms, pricing, and links. Use to answer questions about the product.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description must carry the disclosure burden. It clearly communicates that this is an informational overview returning product details such as pricing and links. It does not mention any side effects, freshness of data, or limitations, but the risk is low for a no-parameter read-style info tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two tight sentences: the first states the resource and content scope, the second gives the intended call context. No filler or repeated material from the schema; every sentence contributes something new.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter informational tool with no output schema and no annotations, the description is sufficiently complete to decide when and why to invoke it. The response shape is not detailed, but the listed content categories compensate well for the absence of an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the input schema already fully defines the calling contract. The description adds useful domain context about what the returned overview covers, but no additional parameter-level semantics are needed since there are no parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a concrete verb and resource: 'Get an overview of SavedThat' and immediately enumerates the content (what it does, supported platforms, pricing, links). This makes what the tool answers very clear and differentiates it from the sibling get_public_transcript, which is focused on transcript data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use it: 'Use to answer questions about the product.' It does not explicitly mention alternative tools or when not to use it, but the product-vs-transcript separation is strongly implied by the content.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_public_transcriptAInspect
Fetch a transcript excerpt of a publicly-indexed saved video by URL (YouTube, Instagram Reels, or TikTok). Returns the beginning of the transcript if SavedThat has already processed that video; the full transcript is available to signed-in users in the app.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The video URL. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden. It discloses the excerpt-only behavior, the processing precondition, the public-index constraint, and the signed-in users' full-transcript limitation. This covers the most important behaviors, though it stops short of error/not-processed outcome details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two tightly written sentences present the core action, the scope, the result, and a key limitation. No filler or redundant restating of the tool name is present.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description covers what returned, under what conditions, and the full-transcript limitation. It still leaves some room for exact return-format/error details, but it is largely complete for an AI agent to select and call this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema only says 'The video URL.' The description adds meaningful context by specifying the accepted source types (YouTube, Instagram Reels, TikTok) and the public-index/processing condition, which helps the agent provide a valid URL and set expectations.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Fetch a transcript excerpt'), a clear resource ('publicly-indexed saved video by URL'), and supported sources. It also clarifies the partial vs. full-transcript distinction, making the tool's scope and purpose unambiguous relative to siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description makes clear this tool is for publicly-indexed videos and returns only an excerpt if processing has already happened. It also points to the in-app alternative for full transcripts, although it could be more explicit about when not to invoke it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables search across videos you've watched via transcripts, on-screen text, and frames, citing exact timestamps. Point it at videos, channels, or playlists; it indexes everything locally and answers queries with deep links to the exact second.1MIT
- FlicenseNot gradedqualityDmaintenanceBuilds a searchable knowledge base from YouTube video transcripts with hybrid semantic and keyword search. Allows LLM assistants to search, organize, and retrieve timestamped information from videos you've watched.3
- FlicenseBqualityNot gradedmaintenanceEnables extraction and processing of YouTube video transcripts from individual videos, channels, and playlists. Supports transcript search, batch processing, multiple output formats (JSON, text, SRT, VTT), and bulk operations across multiple videos.1134
- AlicenseBqualityCmaintenanceAnalyze YouTube, TikTok, and Instagram videos from URL. Extracts transcripts, generates AI insights, and pulls tutorial steps from any video link.182MIT