Skip to main content
Glama
mrh-is

partiful-mcp

by mrh-is

get_contacts

Read-onlyIdempotent

Fetch your Partiful contact list with user profiles including id, name, display name, and username.

Instructions

Get your Partiful contact list. Returns an array of contact user profiles (id, name, display name, username).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoDot-path field names to include in the response. Omit to return all fields. Available fields: contacts, contacts.displayName, contacts.id, contacts.name, contacts.username

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contactsNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's safety disclosure burden is low. The description adds value by specifying the return format (array of profiles with id, name, display name, username), but does not disclose pagination, rate limits, or auth requirements. No contradiction with annotations.

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 a single concise sentence that is front-loaded with the verb and resource. Every word earns its place, with no wasted filler or redundant restating of the tool name.

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?

Given the tool's low complexity (one optional parameter, no required fields, rich annotations, and an output schema), the description covers the essential purpose and return shape. It is slightly incomplete in not explicitly guiding selection versus the filtered sibling, but overall it is sufficient for a simple list operation.

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

Parameters3/5

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

The only parameter (fields) is fully described in the schema (100% coverage), including available dot-path fields. The tool description adds no additional parameter meaning beyond what the schema already provides, so the baseline of 3 is appropriate.

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

Purpose4/5

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

The description uses a specific verb ('Get') and resource ('your Partiful contact list') and clearly states the return value. It is distinct from sibling get_contacts_filtered_by_event by referring to the general contact list, though it does not explicitly name the sibling.

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 clearly implies when to use the tool (when you need the full contact list), and the sibling name suggests a filtered alternative. However, it does not explicitly state when to use this over get_contacts_filtered_by_event or other contact-related tools, offering no exclusions or alternative guidance.

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/mrh-is/partiful-mcp'

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