Skip to main content
Glama

Devici MCP Server

create_collection

Set up a new collection by specifying its name and properties to organize and manage threat modeling resources effectively within the Devici API framework.

Instructions

Create a new collection

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
other_propertiesYes

Input Schema (JSON Schema)

{ "properties": { "description": { "default": null, "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "other_properties": { "title": "other_properties", "type": "string" } }, "required": [ "name", "other_properties" ], "title": "create_collectionArguments", "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/geoffwhittington/devici-mcp'

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