Skip to main content
Glama
heim

fiken-mcp

by heim

fiken_list_projects

Retrieve a list of projects for a given company, with optional filters for name, number, date range, and completion status.

Instructions

List projects for a company

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by project name
pageNoPage number, starting at 0
numberNoFilter by project number
endDateNoFilter by end date (YYYY-MM-DD)
pageSizeNoNumber of results per page (max 100)
completedNoFilter by completed status
startDateNoFilter by start date (YYYY-MM-DD)
companySlugYesCompany slug identifier. Use fiken_list_companies to discover available slugs.
Behavior2/5

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

The description only states 'List projects for a company' without mentioning pagination, filtering parameters (page, pageSize, name, number, dates, completed), or any behavioral traits such as idempotency or required permissions. With no annotations, the description carries full burden but fails to disclose key behavior.

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 sentence with no redundant words, achieving conciseness. However, it sacrifices completeness for brevity, which is a trade-off but still earns 4 for structure.

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

Completeness2/5

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

Given the tool has 8 parameters, no output schema, and no annotations, the description is incomplete. It omits essential information about pagination, filtering, output format, and how to interpret results for a 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?

Schema description coverage is 100%, so each parameter is documented in the schema. The description adds no additional meaning beyond what the schema provides, so baseline score 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 clearly states the tool lists projects for a company. It uses 'List' as verb and 'projects' as resource, distinguishing from 'fiken_get_project' which retrieves a single project. However, it does not explicitly mention the scope of listing all projects or hint at filtering capabilities.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like 'fiken_get_project' for a single project, or why to use list over other list tools. The context is implied but 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/heim/fiken-read-only-mcp'

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