Skip to main content
Glama

isNewContent

Check if content items from YouTube, blogs, or releases are new by verifying they haven't been seen before, helping identify fresh content across sessions.

Instructions

Return true if this content item has NOT been seen before.

Input Schema

NameRequiredDescriptionDefault
idYes
typeYes

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "string" }, "type": { "enum": [ "youtube", "blog", "release" ], "type": "string" } }, "required": [ "id", "type" ], "type": "object" }

Other Tools from Content Fetcher MCP

Related Tools

    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/EbonyLouis/content-fetcher-mcp2'

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