{"name":"gera-persona","description":"GeraPersona — personality and voice-skin marketplace for robots and AI agents. Browse, license, and apply personas. 70/30 creator revenue share via Stripe Connect.","version":"0.1.0","url":"https://persona.gera.services","contact":"api@gera.services","tools":[{"name":"search_personas","description":"Search personas by tone, language, use-case, and price.","input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text search query."},"language":{"type":"string","description":"ISO 639-1 language code."},"tone":{"type":"string","description":"Tone descriptor (e.g. warm, professional, playful, authoritative)."},"use_case":{"type":"string","description":"Intended use-case (e.g. customer-service, companion, teaching, entertainment)."},"max_price":{"type":"number","description":"Maximum one-off or monthly price in GBP."}}}},{"name":"get_persona","description":"Fetch full detail for a persona: voice samples, personality traits, licensing terms, creator profile.","input_schema":{"type":"object","required":["persona_id"],"properties":{"persona_id":{"type":"string","description":"Persona UUID or slug."}}}},{"name":"apply_persona","description":"Apply a licensed persona to a connected robot or AI agent belonging to the authenticated user.","input_schema":{"type":"object","required":["persona_id","target_id"],"properties":{"persona_id":{"type":"string","description":"Persona to apply."},"target_id":{"type":"string","description":"Robot or agent ID to receive the persona."}}}},{"name":"license_voice","description":"License a voice skin for use in a user-owned persona or agent (checks voice-actor consent chain).","input_schema":{"type":"object","required":["voice_id"],"properties":{"voice_id":{"type":"string","description":"Voice skin ID."},"term":{"type":"string","enum":["monthly","annual","perpetual"],"description":"Licensing term."}}}}],"resources":[{"name":"personas","description":"All published personas.","url":"https://persona.gera.services/api/v1/personas"},{"name":"voices","description":"Licensed voice skins.","url":"https://persona.gera.services/api/v1/voices"},{"name":"creators","description":"Persona and voice creators.","url":"https://persona.gera.services/api/v1/creators"}]}