Tool tree
A digital agency offering website creation, SEO, AI search optimization, paid media, and strategy, with client case studies.
get_agency_contact_infoAnswer
Retrieve Digital Cover office locations (Lyon, Paris, Malta), direct phone numbers, and email addresses.
View tool JSON
{
"name": "get_agency_contact_info",
"kind": "answer",
"impl": "imperative",
"description": "Retrieve Digital Cover office locations (Lyon, Paris, Malta), direct phone numbers, and email addresses.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"additionalProperties": false
}
}list_referencesAnswer
List client case studies and portfolio references from Digital Cover, with optional keyword filtering.
View tool JSON
{
"name": "list_references",
"kind": "answer",
"impl": "imperative",
"description": "List client case studies and portfolio references from Digital Cover, with optional keyword filtering.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"query": {
"type": "string",
"description": "Optional search keyword to filter references by client name or domain"
}
},
"additionalProperties": false
}
}list_servicesAnswer
List the digital agency services offered by Digital Cover, including website creation, SEO, AI-search optimization (GEO/AEO), paid media, and digital strategy.
View tool JSON
{
"name": "list_services",
"kind": "answer",
"impl": "imperative",
"description": "List the digital agency services offered by Digital Cover, including website creation, SEO, AI-search optimization (GEO/AEO), paid media, and digital strategy.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"additionalProperties": false
}
}open_referenceAction
Navigate to a specific client case study page on Digital Cover.
View tool JSON
{
"name": "open_reference",
"kind": "act",
"impl": "imperative",
"description": "Navigate to a specific client case study page on Digital Cover.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Full URL of the reference case study to open on digital-cover.fr"
}
},
"additionalProperties": false
}
}