Skip to main content
Glama

Get Contact Attributes

get_contact_attributes
Read-only

Retrieve stored contact attributes, such as tax IDs and company registration numbers, for a specific contact by providing its ID.

Instructions

Retrieve stored contact attributes for a specific contact (TLD-specific extra fields like tax IDs and company registration numbers). Use get_domain first to find the contact ID, then use this tool to retrieve its attributes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contactIdYesThe unique identifier of the contact to get attributes for. Use get_domain to find the contact ID.
Behavior4/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true. The description adds context that attributes are TLD-specific extra fields, which is useful beyond annotations. No disclosure of destructive behavior, which is appropriate as it's a read operation.

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 two sentences, no fluff, front-loaded with the primary action. Every word adds value.

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 simple nature of the tool (one parameter, no output schema), the description adequately explains what it retrieves and how to use it. It provides workflow context and describes the data type (TLD-specific fields).

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 single parameter contactId has a description in the schema that already explains its purpose and prerequisite. Schema coverage is 100%, so baseline is 3. The description does not add significant new meaning but is consistent.

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 verb 'Retrieve', the resource 'contact attributes', and specifies they are TLD-specific extra fields like tax IDs and company registration numbers. This distinguishes it from sibling tools like get_contact.

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 instructs to use get_domain first to find the contact ID before using this tool, providing clear workflow guidance. It lacks explicit when-not-to-use information but is sufficient for the agent.

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/BartWaardenburg/spaceship-mcp'

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