You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Get the status of an async parse job by job_id. Returns job status (pending/processing/completed/failed) and progress. If completed and ADE_OUTPUT_DIR is set, the full result will be saved to disk and you\'ll receive a preview.',
21
+
"Get the status of an async parse job by job_id. Returns job status (pending/processing/completed/failed) and progress. If completed and ADE_OUTPUT_DIR is set, the full result will be saved to disk and you'll receive a preview.",
Copy file name to clipboardExpand all lines: packages/mcp-server/src/tools/top-level/extract-client.ts
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ export const tool: Tool = {
34
34
markdown: {
35
35
type: 'string',
36
36
title: 'Markdown',
37
-
description: 'Can be: (1) raw Markdown content as a string, (2) an absolute file path to a Markdown file (e.g., "/Users/name/Desktop/file.md"), or (3) an absolute file path to a JSON file with a "markdown" field or "data.markdown" field (like output from parse_client or get_parse_jobs). The handler will automatically detect the type and read the file accordingly.',
37
+
description:
38
+
'Can be: (1) raw Markdown content as a string, (2) an absolute file path to a Markdown file (e.g., "/Users/name/Desktop/file.md"), or (3) an absolute file path to a JSON file with a "markdown" field or "data.markdown" field (like output from parse_client or get_parse_jobs). The handler will automatically detect the type and read the file accordingly.',
0 commit comments