n8n-bookstack-agent-tool
Version:
Comprehensive BookStack API integration tool for n8n AI Agent with MCP framework compatibility
11 lines • 394 B
TypeScript
import { BookStackConfig } from '../auth/config.js';
export declare class TagsResource {
private client;
constructor(config: BookStackConfig);
listTags(params?: any): Promise<any>;
getTag(params: any): Promise<any>;
createTag(params: any): Promise<any>;
updateTag(params: any): Promise<any>;
deleteTag(params: any): Promise<any>;
}
//# sourceMappingURL=tags.d.ts.map