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
/**
* OtherIncome Tools - FreshBooks other income management
*
* Exports all other income-related MCP tools for tracking non-invoice income.
*/
// Export schemas
// Export tool definitions
export { otherincomeListTool } from "./otherincome-list.js";
export { otherincomeSingleTool } from "./otherincome-single.js";
export { otherincomeCreateTool } from "./otherincome-create.js";
export { otherincomeUpdateTool } from "./otherincome-update.js";
export { otherincomeDeleteTool } from "./otherincome-delete.js";