Card snapshot
www.flamel.ai
·
2026-08-23 00:04:51 UTC
·
fffeb56fe235ddcf010f617f4f30147de88944d9275e3e25bce147c5e648f620
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Flamel Public Content Agent",
"description": "Answers questions about Flamel.ai using the company's published content: product overview, blog posts, customer case studies, FAQ entries, and testimonials. Read-only and unauthenticated.",
"version": "1.0.0",
"provider": {
"organization": "Flamel",
"url": "https://www.flamel.ai"
},
"documentationUrl": "https://www.flamel.ai/llms.txt",
"supportedInterfaces": [
{
"url": "https://www.flamel.ai/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/markdown",
"application/json"
],
"skills": [
{
"id": "get_company_overview",
"name": "Get company overview",
"description": "Get a structured overview of Flamel: what the product does, who it is for, the solution areas, key links, and how to contact sales or start a trial. Start here if you know nothing about Flamel.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "search_flamel_content",
"name": "Search Flamel content",
"description": "Full-text search across Flamel's published blog posts, case studies, and FAQ entries. Use this first when you do not already know which page answers the question.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "list_blog_posts",
"name": "List blog posts",
"description": "List published Flamel blog posts, newest first. Optionally filter by category. Returns titles, URLs, summaries, and publish dates, not full bodies.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "get_blog_post",
"name": "Get a blog post",
"description": "Fetch the full body of one published Flamel blog post as Markdown, by slug.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "list_blog_categories",
"name": "List blog categories",
"description": "List the blog categories available for filtering `list_blog_posts`.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "list_case_studies",
"name": "List case studies",
"description": "List published Flamel customer case studies with their headline results.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "get_case_study",
"name": "Get a case study",
"description": "Fetch one Flamel case study by slug: the challenge, the solution, the results, and customer quotes.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "list_faqs",
"name": "List FAQs",
"description": "List published Flamel FAQ entries: platform capabilities, pricing model, onboarding, integrations, and security. Good for direct factual questions about the product.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "list_testimonials",
"name": "List testimonials",
"description": "List published customer testimonials about Flamel, with the author name, title, and company.",
"tags": [
"flamel",
"marketing",
"multi-location",
"franchise"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
}
],
"securitySchemes": {},
"securityRequirements": []
}