Skip to main content
Glama
plainly-videos

Plainly Videos MCP Server

getRenderItem.ts338 B
import type { AxiosInstance, AxiosResponse } from "axios"; import type { Render } from "../types"; export const getRenderItem = async (client: AxiosInstance, renderingId: string): Promise<Render> => { const response = await client.get<Render, AxiosResponse<Render>, void>(`/api/v2/renders/${renderingId}`); return response.data; };

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/plainly-videos/mcp-server'

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