Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_cwe_content_versionA

Get CWE content version information Calls endpoint: GET /version

get_cwe_infoA

Get metadata for specified CWE ID(s)

Args: ids: Comma-separated list of CWE IDs (with or without 'CWE-' prefix) Example: "79" or "CWE-79" or "79,89,CWE-22"

Returns: Dictionary with CWE metadata or error information

get_cwe_weaknessA

Get CWE weaknesses by ID(s) or all weaknesses

Args: ids: Comma-separated CWE IDs or "all" to retrieve all weaknesses Examples: "79", "CWE-89,125", "all"

Returns: Dictionary with "Weaknesses" array or error information

get_cwe_categoryA

Get CWE categories by ID(s) or all categories

Args: ids: Comma-separated category IDs (with/without 'CWE-') or "all" Examples: "123", "CWE-456,789", "all"

Returns: Dictionary with "Categories" array or error information

get_cwe_viewA

Get CWE views by ID(s) or all views

Args: ids: Comma-separated view IDs (with/without 'CWE-') or "all" Examples: "1000", "CWE-1010,1020", "all"

Returns: Dictionary with "Views" array or error information

get_cwe_parentsA

Get parents of a specified CWE weakness, filtered by view

Args: cwe_id: CWE ID (with/without 'CWE-') view: Optional view identifier to filter relationships

Returns: Dictionary with "Parents" array or error information

get_cwe_descendantsA

Get descendants of a specified CWE weakness, filtered by view

Args: cwe_id: CWE ID (with/without 'CWE-') view: Optional view identifier to filter relationships

Returns: Dictionary with "Descendants" array or error information

get_cwe_childrenA

Get children of a specified CWE weakness, filtered by view

Args: cwe_id: CWE ID (with/without 'CWE-') view: Optional view identifier to filter relationships

Returns: Dictionary with "Children" array or error information

get_cwe_ancestorsA

Get ancestors of a specified CWE weakness, filtered by view and primary flag

Args: cwe_id: CWE ID (with/without 'CWE-') view: Optional view identifier to filter relationships primary: Limit ancestors to include only primary parents

Returns: Dictionary with "Ancestors" array or error information

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Bilel-Eljaamii/cwe-search_mcp'

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