User file MCP response
MCP tool response payload returned when agents retrieve GovTribe user file records through MCP tools.
{
"content": "Representative user-provided file content.",
"content_snippet": "Representative file content snippet.",
"created_at": "2025-06-05T14:51:04Z",
"description": "Representative description text.",
"download_url": "https://govtribe.com/workspace/WORKSPACE_ID/file/user-file/USER_FILE_ID/download",
"govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
"govtribe_id": "USER_FILE_ID",
"govtribe_type": "user_file",
"govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/file/user-file/USER_FILE_ID",
"name": "Example User File.pdf",
"size": 204800,
"tags": [
{
"background_color": "#2f855a",
"govtribe_id": "TAG_ID",
"govtribe_type": "tag",
"name": "Proposal ready"
}
],
"updated_at": "2025-06-05T14:51:06Z"
}