InfoGrab Docs

n8n MCP 서버 툴 레퍼런스

워크플로 관리·워크플로 빌더·데이터 테이블 툴을 포함하여 n8n MCP 서버가 노출하는 모든 툴에 대한 전체 레퍼런스를 제공합니다.

이 페이지에서는 인스턴스 레벨 MCP 서버가 노출하는 모든 툴을 설명합니다. 워크플로 관리 # search_workflows # 선택적 필터로 워크플로를 검색합니다. 각 워크플로의 미리 보기를 반환합니다. 파라미터 # 이름 유형 필수 설명 query string 아니요 이름 또는 설명으로 필터링 projectId string 아니요 프로젝트 ID로 필터링 limit integer 아니요 결과 수 제한 (최대 200) 출력 # 필드 유형 설명 data array 워크플로 미리 보기 목록 data[].id string 워크플로의 고유 식별자 data[].name `string null` data[].description `string null` data[].active `boolean null` data[].createdAt `string null` data[].updatedAt `string null` data[].triggerCount `number null` data[].scope