Skip to main content
Glama
index.ts617 B
/** * Callback Tools - FreshBooks webhook management * * Exports all callback/webhook-related MCP tools for event notifications. */ // Export schemas // Export tool definitions export { callbackListTool } from "./callback-list.js"; export { callbackSingleTool } from "./callback-single.js"; export { callbackCreateTool } from "./callback-create.js"; export { callbackUpdateTool } from "./callback-update.js"; export { callbackDeleteTool } from "./callback-delete.js"; export { callbackVerifyTool } from "./callback-verify.js"; export { callbackResendVerificationTool } from "./callback-resend-verification.js";

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Good-Samaritan-Software-LLC/freshbooks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server