Issue with tool names

#1
by albertvillanova - opened

Hi, I think there is an issue with your tool names. Below I printed:

print(f"- {tool.name}: {tool.description}")
- huggingface_mcppredict: Search models on Hugging Face Hub. Use this tool to search for models by name, tags, or other filters, and to get a list of model IDs. This is the first step when you need to find a specific model before retrieving its details.
- huggingface_mcplambda_1: 
- huggingface_mcppredict_1: Get structured metadata about a model on the Hugging Face Hub. Use this when you need specific fields like downloads, tags, or other metadata. For comprehensive model information, use `get_model_card`. This tool requires the exact model ID, which can be obtained using `search_models`. If you have a partial name or tag, use `search_models` first to find the exact ID.
- huggingface_mcplambda_1_1: 
- huggingface_mcppredict_2: Get the complete model card (README.md) for a specific model on Hugging Face Hub. Use this when you need comprehensive model documentation including usage examples, model limitations, etc. For only structured metadata, use `get_model_info` instead. This tool requires the exact model ID, which can be obtained using `search_models`. If you have a partial name or tag, use `search_models` first to find the exact ID.
- huggingface_mcplambda_1_2: 

Sign up or log in to comment