Skip to main content
Glama

Devici MCP Server

MIT License
2

create_collection

Generate a new collection on the Devici MCP Server to organize and manage threat modeling resources, specifying name and custom properties.

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