# Task ID: 7
# Title: Implement Remaining Discovery Tools
# Status: pending
# Dependencies: 3
# Priority: medium
# Description: Implement the fabric_list_models, fabric_list_strategies, and fabric_get_configuration tools.
# Details:
1. Implement fabric_list_models to map to Fabric's /models/names API endpoint.
2. Implement fabric_list_strategies to map to Fabric's /strategies API endpoint.
3. Implement fabric_get_configuration to map to Fabric's /config API endpoint.
4. Ensure consistent error handling and response formatting across all tools.
5. Format the outputs to be user-friendly and consistent with other tools.

# Test Strategy:
Create separate tests for each tool, verifying that they correctly retrieve and format the respective information from the Fabric API.
