Tool tree
Search engine optimization and digital marketing services
get_company_infoAnswer
Official profile of SEO Консулт, an SEO and GEO agency in Varna, Bulgaria: services, certifications, team, markets and contacts. Returns markdown in Bulgarian.
View tool JSON
{
"name": "get_company_info",
"kind": "answer",
"impl": "imperative",
"description": "Official profile of SEO Консулт, an SEO and GEO agency in Varna, Bulgaria: services, certifications, team, markets and contacts. Returns markdown in Bulgarian.",
"inputSchema": {
"type": "object",
"properties": {}
}
}get_page_markdownAnswer
Returns any page of seoconsult.bg as clean markdown (about 4x smaller than the HTML). Content is in Bulgarian. Use /blog/ for the article index and /sitemap.xml for all URLs.
View tool JSON
{
"name": "get_page_markdown",
"kind": "answer",
"impl": "imperative",
"description": "Returns any page of seoconsult.bg as clean markdown (about 4x smaller than the HTML). Content is in Bulgarian. Use /blog/ for the article index and /sitemap.xml for all URLs.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site-relative path ending with a slash, e.g. /seo-optimizaciq/"
}
},
"required": [
"path"
]
}
}list_servicesAnswer
Lists the services of SEO Консулт with the URL of each service page. Pass a URL path to get_page_markdown to read the details and prices.
View tool JSON
{
"name": "list_services",
"kind": "answer",
"impl": "imperative",
"description": "Lists the services of SEO Консулт with the URL of each service page. Pass a URL path to get_page_markdown to read the details and prices.",
"inputSchema": {
"type": "object",
"properties": {}
}
}prefill_contact_formAction
Opens the contact form of SEO Консулт and fills it with the given details. It does NOT submit: the user ticks the GDPR consent checkbox and presses the button themselves. The agency replies within 24 working hours.
View tool JSON
{
"name": "prefill_contact_form",
"kind": "act",
"impl": "imperative",
"description": "Opens the contact form of SEO Консулт and fills it with the given details. It does NOT submit: the user ticks the GDPR consent checkbox and presses the button themselves. The agency replies within 24 working hours.",
"inputSchema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the person"
},
"email": {
"type": "string",
"description": "Email address for the reply"
},
"phone": {
"type": "string",
"description": "Phone number, optional"
},
"website": {
"type": "string",
"description": "Address of the website the request is about"
},
"message": {
"type": "string",
"description": "The request: goal, market, what has been tried"
}
}
}
}