Tools
github_comment
Run the github_comment tool. Returns a clean, normalized JSON shape. Bring your own key — connect github first via POST /v1/connections.
POST
github_comment
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the github_comment tool. Returns a clean, normalized JSON shape. Bring your own key — connect github first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/github_comment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"repo": "<string>",
"number": 123,
"body": "<string>",
"owner": "<string>"
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/github_comment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"repo": "<string>",
"number": 123,
"body": "<string>",
"owner": "<string>"
}
'{}