Skip to main content
Glama
ashev87

Propstack MCP

upload_document

Attach a base64-encoded document to a property, project, or contact in Propstack, with classification flags for floor plan, exposé, or private visibility.

Instructions

Upload a document to a property, project, or contact in Propstack.

The doc field must be a base64 data URI, e.g.: "data:application/pdf;base64,JVBERi0xLjQ..." "data:image/png;base64,iVBORw0KGgo..."

Attach to exactly one entity: property_id, project_id, or client_id.

Use the boolean flags to classify the document:

  • is_floorplan: Mark as a floor plan (Grundriss)

  • is_exposee: Mark as an exposé document

  • is_private: Hide from public/portal views

  • on_landing_page: Show on the property landing page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docYesBase64 data URI (e.g. 'data:application/pdf;base64,...')
titleYesDocument title
client_idNoAttach to this contact
is_exposeeNoMark as exposé document
is_privateNoMark as private (hidden from portals)
project_idNoAttach to this project
property_idNoAttach to this property
is_floorplanNoMark as floor plan (Grundriss)
on_landing_pageNoShow on property landing page
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It mentions the requirement to attach to exactly one entity and the classification flags, but fails to disclose important behaviors such as whether the upload overwrites existing documents, required permissions, size limits, or the response format (e.g., does it return a document ID?). This is a significant gap for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, with clear sections for the doc format and flag explanations. It is front-loaded with the main purpose and entity constraint. Minor improvement could be more bullet-like formatting, but overall effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 9 parameters, no output schema, and moderate complexity, the description covers the essential: doc format, entity attachment, and flag meanings. However, it lacks details on error handling, success response, and what happens if multiple entity IDs are provided (though implied exactly one). It is adequate but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, baseline is 3. The description adds substantial value beyond the schema: it explains the doc field must be a base64 data URI with examples, clarifies that exactly one entity ID should be provided, and describes the meaning of each boolean flag in natural language. This improves understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Upload a document'), the target ('to a property, project, or contact'), and the platform ('Propstack'). It also distinguishes from sibling tools as the only upload-specific tool, and specifies the classification flags. No ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use (when uploading a document) but does not explicitly compare with alternatives like list_documents or other create tools. No 'when not to use' guidance is provided. The context from sibling names helps but is not explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ashev87/propstack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server