get_task
Retrieve a specific task from Buildium using its unique ID to view details.
Instructions
Get a specific task by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve a specific task from Buildium using its unique ID to view details.
Get a specific task by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 only states the purpose and does not disclose any additional behavior such as read-only nature, error handling, permissions, or effects. There is no mention of what happens if the task doesn't exist, or whether other related data is returned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that is front-loaded with the action and resource. No unnecessary words or details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple getter with an output schema, the description covers the basic operation. However, the lack of annotations and any behavioral context (e.g., error conditions, prerequisites, or related resources) leaves some gaps. It is minimally viable but not rich.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description clarifies that 'task_id' is the unique identifier to fetch the task, which adds meaning beyond the schema's type. However, with 0% schema coverage, it does not describe any further constraints or format beyond what the schema provides, and the single parameter is self-explanatory.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get', the resource 'task', and the scope 'by ID'. It distinguishes from sibling 'list_tasks' by implying a single, specific task. The grammar is specific and unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when a task_id is known, but does not explicitly state when to use this tool over siblings like list_tasks, nor does it exclude any conditions. No alternatives or exclusions are mentioned, so it relies on inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/luthersystems/mcp-server-buildium'
If you have feedback or need assistance with the MCP directory API, please join our Discord server