get_skill_sections
ActiveTool of OpenAccountants
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries