list_available_projects
Retrieve a JSON-formatted list of cryptocurrency project names from the crypto-whitepapers-mcp knowledge base for analysis or reference.
Instructions
List all cryptocurrency projects available in the knowledge base.
Parameters:
None
Returns:
str: A JSON-formatted list of project names derived from PDF filenames.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_available_projectsArguments",
"type": "object"
}