Skip to main content
Glama

add_new

Add new media content to your library by specifying service, title, and foreign ID, enabling organized media management and automated workflows.

Instructions

Add new media to library

Input Schema

NameRequiredDescriptionDefault
foreignIdYes
monitoredNo
qualityProfileIdNo
rootFolderPathNo
serviceYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "foreignId": { "type": "number" }, "monitored": { "type": "boolean" }, "qualityProfileId": { "type": "number" }, "rootFolderPath": { "type": "string" }, "service": { "type": "string" }, "title": { "type": "string" } }, "required": [ "service", "title", "foreignId" ], "type": "object" }

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/thesammykins/FlixBridge'

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