Skip to main content
Glama

Devici MCP Server

MIT License
2

create_threat_model

Generate a new threat model to identify and manage potential security risks within the Devici MCP Server, enabling structured analysis and mitigation planning.

Instructions

Create a new threat model

Input Schema

NameRequiredDescriptionDefault
collection_idYes
descriptionNo
nameYes
other_propertiesYes

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "title": "Collection Id", "type": "string" }, "description": { "default": null, "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "other_properties": { "title": "other_properties", "type": "string" } }, "required": [ "name", "collection_id", "other_properties" ], "title": "create_threat_modelArguments", "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