{"protocolVersion":"1.0","name":"word-intel","description":"Language & vocabulary intelligence for AI agents - definitions, synonyms, related words, rhymes. Aggregates Free Dictionary API + Datamuse.","url":"https://agile-charisma-production-fc6e.up.railway.app/","supportedInterfaces":[{"url":"https://agile-charisma-production-fc6e.up.railway.app/","protocolBinding":"HTTP+JSON"}],"version":"1.0.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json","text/plain"],"skills":[{"id":"overview","name":"overview","description":"Free overview - basic definition and synonyms for a word","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word to look up"}},"required":["word"],"additionalProperties":false}},{"id":"synonyms","name":"synonyms","description":"Get synonyms for a word","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word to find synonyms for"},"limit":{"default":20,"type":"number","minimum":1,"maximum":50}},"required":["word","limit"],"additionalProperties":false}},{"id":"related","name":"related","description":"Get semantically related words (useful for topic expansion)","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word or phrase to find related terms"},"limit":{"default":20,"type":"number","minimum":1,"maximum":50}},"required":["word","limit"],"additionalProperties":false}},{"id":"rhymes","name":"rhymes","description":"Find rhyming words (perfect rhymes and near rhymes)","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word to find rhymes for"},"limit":{"default":20,"type":"number","minimum":1,"maximum":50}},"required":["word","limit"],"additionalProperties":false}},{"id":"definition","name":"definition","description":"Complete word definition with all meanings, examples, etymology","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word to define"}},"required":["word"],"additionalProperties":false}},{"id":"report","name":"report","description":"Comprehensive word report - definition, synonyms, antonyms, related words, rhymes","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word for comprehensive analysis"}},"required":["word"],"additionalProperties":false}},{"id":"batch","name":"batch","description":"Look up multiple words at once (definitions + basic synonyms)","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"words":{"minItems":1,"maxItems":10,"type":"array","items":{"type":"string","minLength":1},"description":"Array of words to look up (max 10)"}},"required":["words"],"additionalProperties":false}},{"id":"analytics","name":"analytics","description":"Payment analytics summary","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"description":"Time window in ms","type":"number"}},"additionalProperties":false}},{"id":"analytics-transactions","name":"analytics-transactions","description":"Recent payment transactions","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"},"limit":{"default":50,"type":"number"}},"required":["limit"],"additionalProperties":false}}],"supportsAuthenticatedExtendedCard":false,"entrypoints":{"overview":{"description":"Free overview - basic definition and synonyms for a word","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word to look up"}},"required":["word"],"additionalProperties":false}},"synonyms":{"description":"Get synonyms for a word","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word to find synonyms for"},"limit":{"default":20,"type":"number","minimum":1,"maximum":50}},"required":["word","limit"],"additionalProperties":false}},"related":{"description":"Get semantically related words (useful for topic expansion)","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word or phrase to find related terms"},"limit":{"default":20,"type":"number","minimum":1,"maximum":50}},"required":["word","limit"],"additionalProperties":false}},"rhymes":{"description":"Find rhyming words (perfect rhymes and near rhymes)","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word to find rhymes for"},"limit":{"default":20,"type":"number","minimum":1,"maximum":50}},"required":["word","limit"],"additionalProperties":false}},"definition":{"description":"Complete word definition with all meanings, examples, etymology","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word to define"}},"required":["word"],"additionalProperties":false}},"report":{"description":"Comprehensive word report - definition, synonyms, antonyms, related words, rhymes","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"word":{"type":"string","minLength":1,"description":"Word for comprehensive analysis"}},"required":["word"],"additionalProperties":false}},"batch":{"description":"Look up multiple words at once (definitions + basic synonyms)","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"words":{"minItems":1,"maxItems":10,"type":"array","items":{"type":"string","minLength":1},"description":"Array of words to look up (max 10)"}},"required":["words"],"additionalProperties":false}},"analytics":{"description":"Payment analytics summary","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"description":"Time window in ms","type":"number"}},"additionalProperties":false}},"analytics-transactions":{"description":"Recent payment transactions","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"windowMs":{"type":"number"},"limit":{"default":50,"type":"number"}},"required":["limit"],"additionalProperties":false}}},"payments":[{"method":"x402","payee":"0x0C3D21e8835990427405F6FeA649f1fb8CB30ED6","network":"base","endpoint":"https://facilitator.daydreams.systems","extensions":{"x402":{"facilitatorUrl":"https://facilitator.daydreams.systems"}}}]}