Skip to main content
Glama

source_search

Search indexed external sources such as Telegram and YouTube. Filter by source or search all, and get YouTube results with chapter names and timecodes.

Instructions

Search indexed external sources (Telegram, YouTube, etc.).

Each source is stored in its own FalkorDB graph. YouTube videos are chunked by chapters — results include chapter name and timecode. Without source filter, searches all sources and merges by relevance.

Args: query: Search query (e.g. "startup idea", "revenue growth") source: Filter by source name (e.g. "telegram", "youtube"). Omit to search all. n_results: Number of results (default 5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
sourceNo
n_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.6.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It reveals important operational traits: each source is stored in its own FalkorDB graph, YouTube videos are chunked by chapters with chapter name and timecode in results, and cross-source search merges by relevance. This is meaningful context beyond the schema, though it does not cover pagination, return format details, or potential side effects.

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 well-structured with a front-loaded purpose statement, a concise behavioral note, and a clear Args section. Every sentence adds useful information; there is no fluff or redundancy.

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?

The description is complete for a search tool: it covers behavior, merging, YouTube chunking, and parameters. The output schema exists, so return values are likely already described elsewhere. Minor missing context includes how to obtain the full list of available source names, though a sibling tool source_list exists for that purpose.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain the parameters—and it does. Query examples are given, the source filter is explained with examples and the instruction to omit it to search all, and n_results default is stated. This fully compensates for the schema's lack of descriptions.

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

Purpose4/5

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

The description states a clear action and resource: 'Search indexed external sources (Telegram, YouTube, etc.)'. This is specific enough to communicate the tool's core function. However, it does not explicitly differentiate itself from sibling tools like kb_search or web_fetch, relying on the reader to infer the scope of 'external sources'.

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 provides clear guidance on the source filter behavior: 'Without source filter, searches all sources and merges by relevance.' This tells the agent when to omit the source param and what happens in that case. It does not explicitly instruct when to use this tool over alternatives like kb_search or web_fetch, but the context is strong enough to imply usage.

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

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/fortunto2/solograph'

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