Skip to main content
Glama

Documentation Search MCP Server

get_security_summary

Generate a concise security summary for a library, including a score and basic recommendations. Specify the library name and package ecosystem to assess its security overview quickly.

Instructions

Get quick security overview for a library without detailed vulnerability list. Args: library_name: Name of the library ecosystem: Package ecosystem (default: PyPI) Returns: Concise security summary with score and basic recommendations

Input Schema

NameRequiredDescriptionDefault
ecosystemNoPyPI
library_nameYes

Input Schema (JSON Schema)

{ "properties": { "ecosystem": { "default": "PyPI", "title": "Ecosystem", "type": "string" }, "library_name": { "title": "Library Name", "type": "string" } }, "required": [ "library_name" ], "title": "get_security_summaryArguments", "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/anton-prosterity/documentation-search-mcp'

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