Skip to main content

What are MCP Resources?

MCP Resources provide AI agents with structured, domain-specific knowledge about Ekso. Unlike tools (which perform actions), resources serve read-only reference content that helps AI agents understand Ekso’s data model, terminology, and workflows. Resources are accessed via the standard MCP resources/list and resources/read methods. Each resource returns Markdown content optimized for AI consumption — concise, structured, and focused on the information an agent needs to use Ekso effectively.

Available resources

URINameDescription
ekso://guide/overviewEkso OverviewCore concepts, entity relationships, and terminology
ekso://guide/itemItem & WorkWork items: keys, lifecycle, fields, dependencies
ekso://guide/containerContainer & AreaContainers, areas, labels, organizational hierarchy
ekso://guide/fieldField & Data TypeCustom/system fields, data types, list values
ekso://guide/processProcess & WorkflowProcess definitions, status workflows, transitions
ekso://guide/planningPlanning & DeliveryBoards, cycles, budget tracking, resource assignment
ekso://guide/time-and-financeTime & FinanceTime tracking, billable codes, cost centers, profitability
ekso://guide/collaborationCollaborationAnnotations, links, watches, documents, folders
ekso://guide/administrationAdministrationUsers, groups, access control, constraints, rules
ekso://guide/filter-syntaxFilter SyntaxItem filter conditions, operators, grouping logic

Characteristics

  • Read-only — Resources are purely informational. They do not create, update, or delete any data.
  • Stateless — Each resources/read call returns the full content for that resource. There is no pagination or session state.
  • Markdown content — All resources return Markdown-formatted text designed for AI agent consumption.

Usage

AI agents typically read one or more resources at the start of a session to build context about the Ekso domain before invoking tools. For example, an agent might read ekso://guide/item to understand item fields and lifecycle before calling create_item or search_items.
resources/list   → returns the 10 available resources with URIs and descriptions
resources/read   → returns the Markdown content for a specific resource URI