Skip to main content
Glama
ashev87

Propstack MCP

create_partnership

Link a contact to a property as a partner, defining their role (buyer, tenant, etc.).

Instructions

Link a contact as a PARTNER (buyer, tenant, etc.) to a property.

Use this tool to:

  • Link a buyer to a property ("Frau Schmidt is the buyer of Hauptstraße 12")

  • Link a tenant to a rental property

  • Create any named contact↔property relationship

The name field describes the role (e.g. "Käufer", "Mieter", "Verwalter").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoRole name (e.g. 'Käufer', 'Mieter', 'Verwalter')
client_idYesContact ID (the partner)
property_idYesProperty ID
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It describes the core function but omits details such as whether it overwrites existing partnerships, required permissions, side effects, or error conditions. Only the function is stated.

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

Conciseness5/5

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

The description is very concise: two main sentences followed by bullet points. Every sentence adds value, and the structure front-loads the purpose with examples. No superfluous text.

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

Completeness4/5

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

For a simple create tool with three parameters and no output schema, the description covers the essentials: purpose, parameters, and examples. It could mention the expected return value (e.g., created partnership object) but is otherwise 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?

The input schema covers all three parameters with descriptions, but the description adds meaningful context: it explains that 'name' represents a role (e.g., 'Käufer', 'Mieter') and provides examples. This goes beyond the schema's explanation of 'Role name'.

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 that the tool links a contact as a partner (buyer, tenant, etc.) to a property, with concrete examples like 'Frau Schmidt is the buyer of Hauptstraße 12'. It distinguishes from sibling tools like 'create_ownership' or 'create_contact' by focusing on relationship creation.

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

Usage Guidelines4/5

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

The description explicitly lists three use cases (link buyer, tenant, any relationship) and explains the 'name' field. However, it does not provide guidance on when *not* to use this tool or mention alternative tools like 'create_ownership' for ownership-specific roles.

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