Skip to content
maenifold
GitHub

ReadMcpResource

Reads MCP resource content by URI. Provides CLI-accessible access to asset resources (workflows, roles, colors, perspectives).

Reads MCP resource content by URI. Provides CLI-accessible access to asset resources (workflows, roles, colors, perspectives).

Parameters

  • uri (string, required): Resource URI. Format: asset://type/id or asset://catalog.

Returns

Full asset content as JSON. Structure varies by asset type.

Workflow example:

Catalog (asset://catalog):

Examples

Read full asset catalog:

Read a specific workflow:

Read a specific role:

URI Format

Integration

  • ListAssets: Discover asset IDs and URIs before reading
  • Workflow: Read workflow JSON to understand steps before starting
  • Adopt: Read role/color/perspective content for inspection