You're viewing a demo portfolio

Join the waitlist
PRSM

get_attachment_text

Active

Tool of FavCRM

declared in 1.0.0

Read the text/Markdown content of a file attached to a Workroom thread or sent by a customer (PDF, image, or document). Extracts on first read and caches the result. Returns status "ready" with markdown, or "skipped"/"failed"/"not_found" with a reason. Use when a message references an attachment you need to read.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "attachmentId"
  ],
  "properties": {
    "attachmentId": {
      "type": "string",
      "description": "The attachment ID from the message attachments list"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
get_attachment_text — FavCRM — PRSM MCP