What “content” means in Metabind
| Term | What it is |
|---|---|
| Content type | A schema describing a content shape (e.g., “Article” with fields title, body, hero image) |
| Content entry | An instance of a content type (a specific article, with real values) |
| Asset | A file (image, video, PDF, 3D model) referenced by content |
| Folder | An organizational container for content entries |
| Tag | A label applied to entries for search and filtering |
Where to manage content
In MCP App Studio:- Content tab in the project sidebar — list, search, create, edit, publish content entries.
- Content Types tab — define and version the schemas content entries follow.
- Assets tab — upload, manage, and reuse assets across entries.
Where to consume content
Three pathways:| Consumer | Use |
|---|---|
| Native mobile app | Use the iOS/Android SDK to fetch content + render via BindJS |
| Web app or backend | Use the REST or GraphQL API |
| MCP App | Pair an Interactive Tool with a Data Tool that fetches content |
Content vs. Types/Tools
The platform now has two related-but-distinct registration units:- Types are MCP Tools — Interactive Tools or Data Tools the AI can call. See the Guides tab for the MCP App platform.
- Content types are CMS schemas — content entries the AI (or your app) can read/write.
Content delivery APIs
| API | Use for |
|---|---|
| REST API | Server-to-server, bulk operations, auth-heavy flows |
| GraphQL API | Apps that need flexible queries, single-request joins |
| iOS SDK / Android SDK | Native mobile apps with offline + caching |
AI-driven content workflows
Content can be created and updated by AIs — useful for:- Drafting articles or product descriptions with AI assistance, edited by a human, published when ready.
- Bulk migration of content from another CMS using an AI agent that maps fields.
- Operations like archiving stale entries, tagging by topic, or normalizing metadata.
Where to go next
Managing content
Editor workflow in MCP App Studio.
Querying content
REST, GraphQL, and SDKs for client apps.
AI content creation
Using AI to draft, modify, and migrate content.
Mobile SDKs
Native iOS and Android content fetching with BindJS rendering.