codivupload-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODIVUPLOAD_API_KEY | Yes | Your CodivUpload API key (cdv_...) | |
| CODIVUPLOAD_API_BASE_URL | No | API 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 30 tools
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 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.
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).
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.