We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daiduo2/generate-hypothesis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
extract_entity_prompt.tpl•218 B
Please extract useful and the smallest separable keyword from the following content and return it in JSON format.
EXAMPLE JSON OUTPUT:
{
"keywords": [
"entity1_name",
"entity2_name",
...
]
}