Skip to main content
Glama
mambaventures

NZXplorer MCP Server

get_iod_designations

Retrieve Institute of Directors (IoD) designated directors serving on NZX boards, including CFInstD, CMInstD, CDir, and MInstD. Returns current board seats, chair status, gender, and summary statistics.

Instructions

Get Institute of Directors (IoD) designated directors serving on NZX boards. Shows CFInstD (Chartered Fellow — highest designation), CMInstD (Chartered Member), CDir (Chartered Director), and MInstD (Member). Returns current board seats, chair status, gender, and summary statistics. Use for 'IoD directors at [company]', 'chartered directors', 'governance credentials', 'CFInstD directors', 'professional director qualifications'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSearch by director name
limitNoNumber of results (default 50)
tickerNoFilter by NZX ticker to see IoD directors at a specific company (e.g. 'FPH')
designationNoFilter by IoD designation: 'CFInstD', 'CMInstD', 'CDir', 'MInstD'
Behavior3/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 lists the return data but does not disclose any behavioral traits such as rate limits, authentication requirements, or whether the data is cached or live. For a read-only retrieval tool, this is moderate but could be improved.

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 a single paragraph that front-loads the main action and lists key details. It is reasonably concise with no unnecessary repetition, though it could be slightly tighter.

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?

The description explains what the tool returns (board seats, chair status, gender, statistics), which is helpful given no output schema. It covers the main aspects needed for an agent to understand the tool's output, though it omits details like pagination or result ordering.

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 input schema has 100% description coverage, so each parameter is already documented. The description adds some context by mentioning example designations and a company ticker example, but it does not provide significant additional meaning beyond the schema.

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 specifies the tool's function: retrieving IoD designated directors on NZX boards. It lists the specific designations (CFInstD, CMInstD, CDir, MInstD) and the data returned (current board seats, chair status, gender, summary statistics). This makes it distinct from sibling tools that focus on other financial or governance data.

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 provides example queries like 'IoD directors at [company]' but does not explicitly state when to use this tool versus sibling tools or when not to use it. The context of sibling tools suggests differentiation, but no direct guidance is given.

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/mambaventures/nzxplorer-mcp-server'

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