We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ClueoFoundation/ClueoMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { PersonalityPreset } from './types.js';
export declare const PERSONALITY_PRESETS: PersonalityPreset[];
export declare function getPresetById(id: string): PersonalityPreset | undefined;
export declare function getPresetsByCategory(category: PersonalityPreset['category']): PersonalityPreset[];
export declare function searchPresets(query: string): PersonalityPreset[];
//# sourceMappingURL=presets.d.ts.map