We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/findmine/findmine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Schema exports for FindMine MCP server
*
* Re-exports all schemas and types for convenient importing.
*/
// Tool input schemas
export {
// Schemas
GetStyleGuideInputSchema,
GetCompleteTheLookInputSchema,
GetVisuallySimilarInputSchema,
TrackInteractionInputSchema,
ItemDetailSchema,
UpdateItemDetailsInputSchema,
ToolSchemas,
// Types
type GetStyleGuideInput,
type GetCompleteTheLookInput,
type GetVisuallySimilarInput,
type TrackInteractionInput,
type ItemDetail,
type UpdateItemDetailsInput,
type ToolInput,
type ToolName,
// Helper functions
validateToolInput,
safeValidateToolInput,
} from './tool-inputs.js';