MCP Tools
Context & Resources

get_core_context

Returns the team's core context — foundational brand and company information used to guide all AI-generated content, including company overview, brand voice, writing style, and examples.

Input Schema

{
  "type": "object",
  "properties": {}
}

Output Schema

{
  "type": "object",
  "properties": {
    "core_context": {
      "type": "string",
      "description": "Full core context document in markdown, containing company overview, brand voice, writing style, and writing examples sections."
    }
  }
}

Instructions

Returns the team's core context — foundational brand and company information used to guide all AI-generated content. This includes company overview, brand voice, writing style, and writing examples.

This is typically called automatically by the content generation system. Use it when you need to reference the team's brand guidelines or company positioning directly.

Note: The response can be large. The core_context field contains all sections as a single markdown string.

Scroll to Top