You're viewing a demo portfolio

Join the waitlist
PRSM

get_skill_sections

Active

Tool of OpenAccountants

declared in 1.4.0

Fetch the parsed sections of a skill's current version. Each section has a heading and its markdown content. Use this to pull a specific section that get_skill listed in `section_index` as not inlined (e.g. a supplier-pattern library) — pass `section_index` to fetch just that one. Omit it to get every section.

Parameters schema

{
  "type": "object",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Skill slug"
    },
    "section_index": {
      "type": "integer",
      "description": "Optional. Return only this section (matches the `index` from get_skill's `section_index`)."
    },
    "section_indices": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "description": "Optional. Return only these sections."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

OpenAccountants

https://github.com/openaccountants/openaccountants

2/7 registries
View full server →
get_skill_sections — OpenAccountants — PRSM MCP