Skip to main content
Returns the assembled context pack for a project. This is a structured summary that combines everything in a project: conversation insights, attached notes, URLs, and code snippets.

Parameters

ParameterTypeRequiredDescription
projectIdstringYesThe project ID (from list_projects)
formatstringNomarkdown (default) or json

What It Returns

Markdown format (default): A ready-to-use document your assistant can read to understand the full project context. JSON format: Structured data with projectName, description, topics, tags, layers, and processing status.

When Your Assistant Uses This

  • You ask it to work on a specific project
  • You say “use the context from my Mobile App project”
  • The assistant found a relevant project via list_projects or search_memory and wants the full picture