Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODIVUPLOAD_API_KEYYesYour CodivUpload API key (cdv_...)
CODIVUPLOAD_API_BASE_URLNoAPI base URL (default: https://api.codivupload.com)https://api.codivupload.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_agency_profilesC

List Profiles

post_agency_profilesC

Create Profile

delete_agency_profiles_idC

Delete Profile

post_agency_mediaB

Create Media Asset

get_agency_mediaC

List Media Assets

get_agency_media_idC

Get Media Details

delete_agency_media_idC

Delete Media Asset

post_agency_playlistsC

Create Playlist

get_agency_playlistsC

List Playlists

get_agency_playlists_idC

Get Playlist Details

listyoutubebroadcastsC

List Broadcasts

createyoutubebroadcastD

Create Broadcast

post_integrations_youtube_broadcasts_id_stopD

Stop Broadcast

get_integrations_youtube_playlistsC

List YouTube playlists

post_integrations_youtube_playlistsC

Create YouTube playlist

get_integrations_youtube_categoriesC

List YouTube video categories

get_integrations_youtube_languagesC

List YouTube languages

get_integrations_youtube_regionsC

List YouTube regions

createpostD

Create Post

listpostsC

List Posts

uploadmediaC

Upload Media to CDN

getpostC

Get Post Details

updatepostC

Update Post

deletepostD

Delete Post

get_integrations_pinterest_boardsC

List Pinterest boards

get_integrations_tiktok_creator-infoC

Get TikTok creator posting constraints

listwebhooksB

List Webhook Endpoints

createwebhookC

Create Webhook Endpoint

updatewebhookC

Update Webhook Endpoint

deletewebhookC

Delete Webhook Endpoint

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.4/5.0

Scored across 30 tools

Disambiguation3/5

Most tools have distinct purposes targeting specific resources like posts, webhooks, media, or integrations, but there is some overlap in naming patterns that could cause confusion. For example, 'createpost' and 'post_agency_media' both involve creation but target different resources, and the mix of 'create' and 'post' prefixes for similar actions might lead to misselection. However, descriptions generally clarify the target entities.

Naming Consistency2/5

Naming is inconsistent with mixed conventions: some use verb_noun (e.g., 'createpost', 'deletewebhook'), others use noun_verb (e.g., 'get_agency_media'), and there are variations like 'post_agency_media' vs. 'createpost'. This lack of a predictable pattern makes the tool set harder to navigate and could confuse agents trying to infer functionality from names alone.

Tool Count2/5

With 30 tools, the count feels excessive for a media/content management server, suggesting potential bloat or fragmentation. While the domain might support many operations, the high number could overwhelm agents and indicate poor scoping, as some tools might be redundant or overly specific (e.g., multiple integration-specific list tools).

Completeness4/5

The tool set covers a broad range of operations for media, posts, webhooks, and integrations, including CRUD actions for key resources like posts, media assets, and profiles. Minor gaps exist, such as no explicit update or delete for some integration resources (e.g., Pinterest boards), but overall, it provides comprehensive coverage for content management workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues