Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
MCP ServerToolsUpdate Site SettingsPOST

Update Site Settings

Update the site business settings, context (about, industry, etc.), and copywriting guidelines (branding, voice, tone). Use this tool when you need to update the company profile, brand voice, target audience, products, or other business configuration. Provide only the fields you want to update.

Input Schema

ParameterTypeDescription
aboutstringA comprehensive description of the company, its mission, and what it does. This serves as the primary context for the AI.
company_sizestringThe size of the company (e.g., “1-10”, “11-50”, “Enterprise”).
industrystringThe primary industry the company operates in.
brandingobjectBrand identity, voice, tone, and guidelines. Includes brand_pyramid, brand_archetype, color_palette, typography, voice_and_tone (communication_style, personality_traits, forbidden_words, preferred_phrases), brand_guidelines (do_list, dont_list), and brand_assets.
customer_journeyobjectConfiguration for customer journey stages (awareness, consideration, decision, purchase, retention, referral). Each stage contains metrics, actions, and tactics.
productsarrayList of products offered by the company.
servicesarrayList of services offered by the company.
swotobjectSWOT analysis (strengths, weaknesses, opportunities, threats).
locationsarrayPhysical locations of the business.
marketing_budgetobjectMarketing budget allocation and tracking.
marketing_channelsarrayConfiguration and performance of marketing channels.
social_mediaarraySocial media profiles and settings.
team_membersarrayTeam members and their roles.
team_rolesarrayDefinitions of team roles and permissions.
org_structureobjectOrganizational structure and hierarchy.
competitorsarrayList of competitors and analysis.
goalsobjectBusiness goals (quarterly, yearly, etc.).
channelsobjectCommunication channel configurations (email, whatsapp, etc.).
business_hoursobjectCompany business hours.
press_releasesarrayCompany press releases and news.
partnershipsarrayCompany partnerships and alliances.
competitor_infoobjectDetailed competitive intelligence.
diversity_infoobjectDiversity and inclusion information.
office_locationsarrayDetailed office location information.

REST Endpoint

POST /api/agents/tools/updateSiteSettings

The site_id field is required when calling via REST. Provide only the fields you want to update — all fields are optional.

POST /api/agents/tools/updateSiteSettings Authorization: Bearer YOUR_API_KEY Content-Type: application/json { "site_id": "YOUR_SITE_ID", "about": "Acme Corp builds AI-powered sales tools for B2B companies.", "industry": "Software & Technology", "company_size": "11-50" }

Response:

{ "success": true }
Last updated on