lakeFS · Capability
lakeFS API — refs
lakeFS API — refs. 4 operations. Lead operation: diff references. Self-contained Naftiko capability covering one Lakefs business surface.
What You Can Do
GET
Diffrefs
— diff references
/v1/repositories/{repository}/refs/{leftref}/diff/{rightref}
GET
Logcommits
— get commit log from ref. If both objects and prefixes are empty, return all commits.
/v1/repositories/{repository}/refs/{ref}/commits
POST
Mergeintobranch
— merge references
/v1/repositories/{repository}/refs/{sourceref}/merge/{destinationbranch}
GET
Findmergebase
— find the merge base for 2 references
/v1/repositories/{repository}/refs/{sourceref}/merge/{destinationbranch}
MCP Tools
diff-references
diff references
read-only
idempotent
get-commit-log-ref-if
get commit log from ref. If both objects and prefixes are empty, return all commits.
read-only
idempotent
merge-references
merge references
find-merge-base-2-references
find the merge base for 2 references
read-only
idempotent