{"skills":[{"description":"Search for company/issuer information by name with fuzzy matching. Returns matching issuers with their stock identifiers (BSE, NSE, US).","endpoint":"/api/issuers/search","example":"/api/issuers/search?q=Reliance&limit=5","name":"issuer_search","parameters":{"limit":{"default":10,"description":"Maximum number of results to return (max: 50)","required":false,"type":"integer"},"q":{"description":"Company name to search for","required":true,"type":"string"}}},{"description":"Find social posts (glints) for a given stock ticker. Returns recent posts tagged with the corresponding issuer.","endpoint":"/api/glints/find","example":"/api/glints/find?identifier=500325.BSE","name":"glints_find","parameters":{"identifier":{"description":"Stock identifier in format CODE.EXCHANGE (e.g., \"500325.BSE\", \"RELIANCE.NSE\", \"AAPL.US\")","required":true,"type":"string"}}},{"description":"Find research notes and summaries for a given stock ticker. For US stocks, returns 8-K summaries. For Indian stocks (BSE/NSE), returns quarterly results, corporate announcements, and earnings call summaries.","endpoint":"/api/notes/find","example":"/api/notes/find?ticker=RELIANCE.NSE","name":"notes_find","parameters":{"ticker":{"description":"Stock ticker in format CODE.EXCHANGE (e.g., \"RELIANCE.NSE\", \"AAPL.US\", \"500325.BSE\")","required":true,"type":"string"}}}]}
